Shades of Conifer #9CFB55
Tints of Conifer #9CFB55
RGB
CMYK
RGB Variations
Color information
#9CFB55 (or 0x9CFB55) is known color: Conifer. HEX triplet: 9C, FB and 55. RGB value is (156,251,85). Sum of RGB (Red+Green+Blue) = 156+251+85=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #9CFB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFB55 is #6304AA. Grayscale: #CCCCCC. Windows color (decimal): -6489259 or 5634972. OLE color: 5634972.
HSL color Cylindrical-coordinate representation of color #9CFB55: hue angle of 94.34º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CFB55 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 251 | 85 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.02 |
| HSL | 94.34º | 0.95% | 0.66% | - |
| HSV(B) | 94.34º | 0.66% | 0.98% | - |
| XYZ | 49.85 | 76.72 | 20.78 | - |
| YUV | 203.67 | 61.03 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 251 | 85 | 0.38 | 0 | 0.66 | 0.02 | 94.34 | 0.95 | 0.66 |
| Hex | 9C | FB | 55 | 26 | 0 | 42 | 2 | 5E | 5F | 42 |
| Octal | 234 | 373 | 125 | 46 | 0 | 102 | 2 | 136 | 137 | 102 |
| Binary | 10011100 | 11111011 | 1010101 | 100110 | 0 | 1000010 | 10 | 1011110 | 1011111 | 1000010 |
Color Harmonies of #9CFB55
Complementary color
Monochromatic Colors of #9CFB55
Black with #9CFB55
Text Example
Text Example
White with #9CFB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFB55; }
p { color: rgb(156,251,85); }
H1.HeaderClassName
{
color: #9CFB55;
}
.AnyTagClassName
{
color: #9CFB55;
}
</style>
background-color css
<style>
a { background-color: #9CFB55; }
a { background-color: rgb(156,251,85); }
div.DivClassName
{
background-color: #9CFB55;
}
.BgClassName
{
background-color: #9CFB55;
}
</style>
border-color css
<style>
span { border-color: #9CFB55; }
span { border-color: rgb(156,251,85); }
td.TdClassName
{
border-color: #9CFB55;
}
.TagClassName
{
border-color: #9CFB55;
}
</style>