Shades of Conifer #9CFC55
Tints of Conifer #9CFC55
RGB
CMYK
RGB Variations
Color information
#9CFC55 (or 0x9CFC55) is known color: Conifer. HEX triplet: 9C, FC and 55. RGB value is (156,252,85). Sum of RGB (Red+Green+Blue) = 156+252+85=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC55 is #6303AA. Grayscale: #CCCCCC. Windows color (decimal): -6489003 or 5635228. OLE color: 5635228.
HSL color Cylindrical-coordinate representation of color #9CFC55: hue angle of 94.49º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CFC55 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 252 | 85 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.01 |
| HSL | 94.49º | 0.97% | 0.66% | - |
| HSV(B) | 94.49º | 0.66% | 0.99% | - |
| XYZ | 50.16 | 77.34 | 20.88 | - |
| YUV | 204.26 | 60.7 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 252 | 85 | 0.38 | 0 | 0.66 | 0.01 | 94.49 | 0.97 | 0.66 |
| Hex | 9C | FC | 55 | 26 | 0 | 42 | 1 | 5E | 61 | 42 |
| Octal | 234 | 374 | 125 | 46 | 0 | 102 | 1 | 136 | 141 | 102 |
| Binary | 10011100 | 11111100 | 1010101 | 100110 | 0 | 1000010 | 1 | 1011110 | 1100001 | 1000010 |
Color Harmonies of #9CFC55
Complementary color
Monochromatic Colors of #9CFC55
Black with #9CFC55
Text Example
Text Example
White with #9CFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFC55; }
p { color: rgb(156,252,85); }
H1.HeaderClassName
{
color: #9CFC55;
}
.AnyTagClassName
{
color: #9CFC55;
}
</style>
background-color css
<style>
a { background-color: #9CFC55; }
a { background-color: rgb(156,252,85); }
div.DivClassName
{
background-color: #9CFC55;
}
.BgClassName
{
background-color: #9CFC55;
}
</style>
border-color css
<style>
span { border-color: #9CFC55; }
span { border-color: rgb(156,252,85); }
td.TdClassName
{
border-color: #9CFC55;
}
.TagClassName
{
border-color: #9CFC55;
}
</style>