Shades of Conifer #9DF74F
Tints of Conifer #9DF74F
RGB
CMYK
RGB Variations
Color information
#9DF74F (or 0x9DF74F) is known color: Conifer. HEX triplet: 9D, F7 and 4F. RGB value is (157,247,79). Sum of RGB (Red+Green+Blue) = 157+247+79=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 247 (96.88% from 255 or 51.14% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF74F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF74F is #6208B0. Grayscale: #C9C9C9. Windows color (decimal): -6424753 or 5240733. OLE color: 5240733.
HSL color Cylindrical-coordinate representation of color #9DF74F: hue angle of 92.14º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DF74F is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 79 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.03 |
| HSL | 92.14º | 0.91% | 0.64% | - |
| HSV(B) | 92.14º | 0.68% | 0.97% | - |
| XYZ | 48.58 | 74.25 | 19.17 | - |
| YUV | 200.94 | 59.18 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 79 | 0.36 | 0 | 0.68 | 0.03 | 92.14 | 0.91 | 0.64 |
| Hex | 9D | F7 | 4F | 24 | 0 | 44 | 3 | 5C | 5B | 40 |
| Octal | 235 | 367 | 117 | 44 | 0 | 104 | 3 | 134 | 133 | 100 |
| Binary | 10011101 | 11110111 | 1001111 | 100100 | 0 | 1000100 | 11 | 1011100 | 1011011 | 1000000 |
Color Harmonies of #9DF74F
Complementary color
Monochromatic Colors of #9DF74F
Black with #9DF74F
Text Example
Text Example
White with #9DF74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF74F; }
p { color: rgb(157,247,79); }
H1.HeaderClassName
{
color: #9DF74F;
}
.AnyTagClassName
{
color: #9DF74F;
}
</style>
background-color css
<style>
a { background-color: #9DF74F; }
a { background-color: rgb(157,247,79); }
div.DivClassName
{
background-color: #9DF74F;
}
.BgClassName
{
background-color: #9DF74F;
}
</style>
border-color css
<style>
span { border-color: #9DF74F; }
span { border-color: rgb(157,247,79); }
td.TdClassName
{
border-color: #9DF74F;
}
.TagClassName
{
border-color: #9DF74F;
}
</style>