#98F24D

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

Shades of Conifer #98F24D

Tints of Conifer #98F24D

Color information

#98F24D (or 0x98F24D) is unknown color: approx Conifer. HEX triplet: 98, F2 and 4D. RGB value is (152,242,77). Sum of RGB (Red+Green+Blue) = 152+242+77=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #98F24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F24D is #670DB2. Grayscale: #C4C4C4. Windows color (decimal): -6753715 or 5108376. OLE color: 5108376.

HSL color Cylindrical-coordinate representation of color #98F24D: hue angle of 92.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98F24D is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB15224277-
CMYK0.3700.680.05
HSL92.73º86.39%62.55%-
HSV(B)92.73º68.18%94.9%-
XYZ46.0470.7218.24-
YUV196.2860.6896.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.27%
GREEN value IS 242 (94.92% from 255) = 51.38%
BLUE value IS 77 (30.47% from 255) = 16.35%
R=32.27%
G=51.38%
B=16.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152242770.3700.680.0592.7386.3962.55
Hex98F24D2504455d563f
Octal230362115450104513512677
Binary100110001111001010011011001010100010010110111011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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