#98EF4D

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

Shades of Conifer #98EF4D

Tints of Conifer #98EF4D

Color information

#98EF4D (or 0x98EF4D) is unknown color: approx Conifer. HEX triplet: 98, EF and 4D. RGB value is (152,239,77). Sum of RGB (Red+Green+Blue) = 152+239+77=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EF4D is #6710B2. Grayscale: #C3C3C3. Windows color (decimal): -6754483 or 5107608. OLE color: 5107608.

HSL color Cylindrical-coordinate representation of color #98EF4D: hue angle of 92.22º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98EF4D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB15223977-
CMYK0.3600.680.06
HSL92.22º83.51%61.96%-
HSV(B)92.22º67.78%93.73%-
XYZ45.1568.9417.95-
YUV194.5261.6897.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.48%
GREEN value IS 239 (93.75% from 255) = 51.07%
BLUE value IS 77 (30.47% from 255) = 16.45%
R=32.48%
G=51.07%
B=16.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152239770.3600.680.0692.2283.5161.96
Hex98EF4D2404465c543e
Octal230357115440104613412476
Binary100110001110111110011011001000100010011010111001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,239,77); }

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

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

 a { background-color: rgb(152,239,77); }

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

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

 span { border-color: rgb(152,239,77); }

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