Shades of Conifer #9ED74F
Tints of Conifer #9ED74F
RGB
CMYK
RGB Variations
Color information
#9ED74F (or 0x9ED74F) is known color: Conifer. HEX triplet: 9E, D7 and 4F. RGB value is (158,215,79). Sum of RGB (Red+Green+Blue) = 158+215+79=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED74F is #6128B0. Grayscale: #B6B6B6. Windows color (decimal): -6367409 or 5232542. OLE color: 5232542.
HSL color Cylindrical-coordinate representation of color #9ED74F: hue angle of 85.15º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ED74F is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 79 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.16 |
| HSL | 85.15º | 0.63% | 0.58% | - |
| HSV(B) | 85.15º | 0.63% | 0.84% | - |
| XYZ | 39.81 | 56.43 | 16.19 | - |
| YUV | 182.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 79 | 0.27 | 0 | 0.63 | 0.16 | 85.15 | 0.63 | 0.58 |
| Hex | 9E | D7 | 4F | 1B | 0 | 3F | 10 | 55 | 3F | 3A |
| Octal | 236 | 327 | 117 | 33 | 0 | 77 | 20 | 125 | 77 | 72 |
| Binary | 10011110 | 11010111 | 1001111 | 11011 | 0 | 111111 | 10000 | 1010101 | 111111 | 111010 |
Color Harmonies of #9ED74F
Complementary color
Monochromatic Colors of #9ED74F
Black with #9ED74F
Text Example
Text Example
White with #9ED74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED74F; }
p { color: rgb(158,215,79); }
H1.HeaderClassName
{
color: #9ED74F;
}
.AnyTagClassName
{
color: #9ED74F;
}
</style>
background-color css
<style>
a { background-color: #9ED74F; }
a { background-color: rgb(158,215,79); }
div.DivClassName
{
background-color: #9ED74F;
}
.BgClassName
{
background-color: #9ED74F;
}
</style>
border-color css
<style>
span { border-color: #9ED74F; }
span { border-color: rgb(158,215,79); }
td.TdClassName
{
border-color: #9ED74F;
}
.TagClassName
{
border-color: #9ED74F;
}
</style>