Shades of Conifer #9CED55
Tints of Conifer #9CED55
RGB
CMYK
RGB Variations
Color information
#9CED55 (or 0x9CED55) is known color: Conifer. HEX triplet: 9C, ED and 55. RGB value is (156,237,85). Sum of RGB (Red+Green+Blue) = 156+237+85=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED55 is #6312AA. Grayscale: #C3C3C3. Windows color (decimal): -6492843 or 5631388. OLE color: 5631388.
HSL color Cylindrical-coordinate representation of color #9CED55: hue angle of 91.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CED55 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 85 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.07 |
| HSL | 91.97º | 0.81% | 0.63% | - |
| HSV(B) | 91.97º | 0.64% | 0.93% | - |
| XYZ | 45.63 | 68.29 | 19.37 | - |
| YUV | 195.45 | 65.66 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 85 | 0.34 | 0 | 0.64 | 0.07 | 91.97 | 0.81 | 0.63 |
| Hex | 9C | ED | 55 | 22 | 0 | 40 | 7 | 5C | 51 | 3F |
| Octal | 234 | 355 | 125 | 42 | 0 | 100 | 7 | 134 | 121 | 77 |
| Binary | 10011100 | 11101101 | 1010101 | 100010 | 0 | 1000000 | 111 | 1011100 | 1010001 | 111111 |
Color Harmonies of #9CED55
Complementary color
Monochromatic Colors of #9CED55
Black with #9CED55
Text Example
Text Example
White with #9CED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CED55; }
p { color: rgb(156,237,85); }
H1.HeaderClassName
{
color: #9CED55;
}
.AnyTagClassName
{
color: #9CED55;
}
</style>
background-color css
<style>
a { background-color: #9CED55; }
a { background-color: rgb(156,237,85); }
div.DivClassName
{
background-color: #9CED55;
}
.BgClassName
{
background-color: #9CED55;
}
</style>
border-color css
<style>
span { border-color: #9CED55; }
span { border-color: rgb(156,237,85); }
td.TdClassName
{
border-color: #9CED55;
}
.TagClassName
{
border-color: #9CED55;
}
</style>