Shades of Conifer #9CDC51
Tints of Conifer #9CDC51
RGB
CMYK
RGB Variations
Color information
#9CDC51 (or 0x9CDC51) is known color: Conifer. HEX triplet: 9C, DC and 51. RGB value is (156,220,81). Sum of RGB (Red+Green+Blue) = 156+220+81=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC51 is #6323AE. Grayscale: #B9B9B9. Windows color (decimal): -6497199 or 5364892. OLE color: 5364892.
HSL color Cylindrical-coordinate representation of color #9CDC51: hue angle of 87.63º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9CDC51 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 220 | 81 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.14 |
| HSL | 87.63º | 0.67% | 0.59% | - |
| HSV(B) | 87.63º | 0.63% | 0.86% | - |
| XYZ | 40.79 | 58.85 | 16.99 | - |
| YUV | 185.02 | 69.3 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 220 | 81 | 0.29 | 0 | 0.63 | 0.14 | 87.63 | 0.67 | 0.59 |
| Hex | 9C | DC | 51 | 1D | 0 | 3F | E | 58 | 43 | 3B |
| Octal | 234 | 334 | 121 | 35 | 0 | 77 | 16 | 130 | 103 | 73 |
| Binary | 10011100 | 11011100 | 1010001 | 11101 | 0 | 111111 | 1110 | 1011000 | 1000011 | 111011 |
Color Harmonies of #9CDC51
Complementary color
Monochromatic Colors of #9CDC51
Black with #9CDC51
Text Example
Text Example
White with #9CDC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDC51; }
p { color: rgb(156,220,81); }
H1.HeaderClassName
{
color: #9CDC51;
}
.AnyTagClassName
{
color: #9CDC51;
}
</style>
background-color css
<style>
a { background-color: #9CDC51; }
a { background-color: rgb(156,220,81); }
div.DivClassName
{
background-color: #9CDC51;
}
.BgClassName
{
background-color: #9CDC51;
}
</style>
border-color css
<style>
span { border-color: #9CDC51; }
span { border-color: rgb(156,220,81); }
td.TdClassName
{
border-color: #9CDC51;
}
.TagClassName
{
border-color: #9CDC51;
}
</style>