Shades of Conifer #9CF85B
Tints of Conifer #9CF85B
RGB
CMYK
RGB Variations
Color information
#9CF85B (or 0x9CF85B) is known color: Conifer. HEX triplet: 9C, F8 and 5B. RGB value is (156,248,91). Sum of RGB (Red+Green+Blue) = 156+248+91=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF85B is #6307A4. Grayscale: #CBCBCB. Windows color (decimal): -6490021 or 6027420. OLE color: 6027420.
HSL color Cylindrical-coordinate representation of color #9CF85B: hue angle of 95.16º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CF85B is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 248 | 91 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.03 |
| HSL | 95.16º | 0.92% | 0.66% | - |
| HSV(B) | 95.16º | 0.63% | 0.97% | - |
| XYZ | 49.17 | 74.96 | 21.77 | - |
| YUV | 202.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 248 | 91 | 0.37 | 0 | 0.63 | 0.03 | 95.16 | 0.92 | 0.66 |
| Hex | 9C | F8 | 5B | 25 | 0 | 3F | 3 | 5F | 5C | 42 |
| Octal | 234 | 370 | 133 | 45 | 0 | 77 | 3 | 137 | 134 | 102 |
| Binary | 10011100 | 11111000 | 1011011 | 100101 | 0 | 111111 | 11 | 1011111 | 1011100 | 1000010 |
Color Harmonies of #9CF85B
Complementary color
Monochromatic Colors of #9CF85B
Black with #9CF85B
Text Example
Text Example
White with #9CF85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF85B; }
p { color: rgb(156,248,91); }
H1.HeaderClassName
{
color: #9CF85B;
}
.AnyTagClassName
{
color: #9CF85B;
}
</style>
background-color css
<style>
a { background-color: #9CF85B; }
a { background-color: rgb(156,248,91); }
div.DivClassName
{
background-color: #9CF85B;
}
.BgClassName
{
background-color: #9CF85B;
}
</style>
border-color css
<style>
span { border-color: #9CF85B; }
span { border-color: rgb(156,248,91); }
td.TdClassName
{
border-color: #9CF85B;
}
.TagClassName
{
border-color: #9CF85B;
}
</style>