Shades of Conifer #9DF858
Tints of Conifer #9DF858
RGB
CMYK
RGB Variations
Color information
#9DF858 (or 0x9DF858) is known color: Conifer. HEX triplet: 9D, F8 and 58. RGB value is (157,248,88). Sum of RGB (Red+Green+Blue) = 157+248+88=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF858 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF858 is #6207A7. Grayscale: #CBCBCB. Windows color (decimal): -6424488 or 5830813. OLE color: 5830813.
HSL color Cylindrical-coordinate representation of color #9DF858: hue angle of 94.12º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF858 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 88 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.03 |
| HSL | 94.13º | 0.92% | 0.66% | - |
| HSV(B) | 94.13º | 0.65% | 0.97% | - |
| XYZ | 49.23 | 75.01 | 21.12 | - |
| YUV | 202.55 | 63.35 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 88 | 0.37 | 0 | 0.65 | 0.03 | 94.13 | 0.92 | 0.66 |
| Hex | 9D | F8 | 58 | 25 | 0 | 41 | 3 | 5E | 5C | 42 |
| Octal | 235 | 370 | 130 | 45 | 0 | 101 | 3 | 136 | 134 | 102 |
| Binary | 10011101 | 11111000 | 1011000 | 100101 | 0 | 1000001 | 11 | 1011110 | 1011100 | 1000010 |
Color Harmonies of #9DF858
Complementary color
Monochromatic Colors of #9DF858
Black with #9DF858
Text Example
Text Example
White with #9DF858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF858; }
p { color: rgb(157,248,88); }
H1.HeaderClassName
{
color: #9DF858;
}
.AnyTagClassName
{
color: #9DF858;
}
</style>
background-color css
<style>
a { background-color: #9DF858; }
a { background-color: rgb(157,248,88); }
div.DivClassName
{
background-color: #9DF858;
}
.BgClassName
{
background-color: #9DF858;
}
</style>
border-color css
<style>
span { border-color: #9DF858; }
span { border-color: rgb(157,248,88); }
td.TdClassName
{
border-color: #9DF858;
}
.TagClassName
{
border-color: #9DF858;
}
</style>