Shades of Conifer #9CEB55
Tints of Conifer #9CEB55
RGB
CMYK
RGB Variations
Color information
#9CEB55 (or 0x9CEB55) is known color: Conifer. HEX triplet: 9C, EB and 55. RGB value is (156,235,85). Sum of RGB (Red+Green+Blue) = 156+235+85=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEB55 is #6314AA. Grayscale: #C2C2C2. Windows color (decimal): -6493355 or 5630876. OLE color: 5630876.
HSL color Cylindrical-coordinate representation of color #9CEB55: hue angle of 91.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CEB55 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 85 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.08 |
| HSL | 91.6º | 0.79% | 0.63% | - |
| HSV(B) | 91.6º | 0.64% | 0.92% | - |
| XYZ | 45.06 | 67.14 | 19.18 | - |
| YUV | 194.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 85 | 0.34 | 0 | 0.64 | 0.08 | 91.6 | 0.79 | 0.63 |
| Hex | 9C | EB | 55 | 22 | 0 | 40 | 8 | 5C | 4F | 3F |
| Octal | 234 | 353 | 125 | 42 | 0 | 100 | 10 | 134 | 117 | 77 |
| Binary | 10011100 | 11101011 | 1010101 | 100010 | 0 | 1000000 | 1000 | 1011100 | 1001111 | 111111 |
Color Harmonies of #9CEB55
Complementary color
Monochromatic Colors of #9CEB55
Black with #9CEB55
Text Example
Text Example
White with #9CEB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEB55; }
p { color: rgb(156,235,85); }
H1.HeaderClassName
{
color: #9CEB55;
}
.AnyTagClassName
{
color: #9CEB55;
}
</style>
background-color css
<style>
a { background-color: #9CEB55; }
a { background-color: rgb(156,235,85); }
div.DivClassName
{
background-color: #9CEB55;
}
.BgClassName
{
background-color: #9CEB55;
}
</style>
border-color css
<style>
span { border-color: #9CEB55; }
span { border-color: rgb(156,235,85); }
td.TdClassName
{
border-color: #9CEB55;
}
.TagClassName
{
border-color: #9CEB55;
}
</style>