#98eb73

Color #98EB73 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #98EB73

Tints of Feijoa #98EB73

Color information

#98EB73 (or 0x98EB73) is unknown color: approx Feijoa. HEX triplet: 98, EB and 73. RGB value is (152,235,115). Sum of RGB (Red+Green+Blue) = 152+235+115=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EB73 is #67148C. Grayscale: #C4C4C4. Windows color (decimal): -6755469 or 7596952. OLE color: 7596952.

HSL color Cylindrical-coordinate representation of color #98EB73: hue angle of 101.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98EB73 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB152235115-
CMYK0.3500.510.08
HSL101.5º75%68.63%-
HSV(B)101.5º51.06%92.16%-
XYZ45.7567.3326.8-
YUV196.58296.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 30.28%
GREEN value IS 235 (92.19% from 255) = 46.81%
BLUE value IS 115 (45.31% from 255) = 22.91%
R=30.28%
G=46.81%
B=22.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522351150.3500.510.08101.57568.63
Hex98EB73230338664b45
Octal2303531634306310146113105
Binary1001100011101011111001110001101100111000110011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98eb73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98eb73; }

 p { color: rgb(152,235,115); }

 H1.HeaderClassName
 {
   color: #98eb73;
 }
 .AnyTagClassName
 {
   color: #98eb73;
 }
</style>
background-color css

<style>
 a { background-color: #98eb73; }

 a { background-color: rgb(152,235,115); }

 div.DivClassName
 {
   background-color: #98eb73;
 }
 .BgClassName
 {
   background-color: #98eb73;
 }
</style>
border-color css

<style>
 span { border-color: #98eb73; }

 span { border-color: rgb(152,235,115); }

 td.TdClassName
 {
   border-color: #98eb73;
 }
 .TagClassName
 {
   border-color: #98eb73;
 }
</style>