Shades of Conifer #9CED52
Tints of Conifer #9CED52
RGB
CMYK
RGB Variations
Color information
#9CED52 (or 0x9CED52) is known color: Conifer. HEX triplet: 9C, ED and 52. RGB value is (156,237,82). Sum of RGB (Red+Green+Blue) = 156+237+82=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED52 is #6312AD. Grayscale: #C3C3C3. Windows color (decimal): -6492846 or 5434780. OLE color: 5434780.
HSL color Cylindrical-coordinate representation of color #9CED52: hue angle of 91.35º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9CED52 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 82 | - |
| CMYK | 0.34 | 0 | 0.65 | 0.07 |
| HSL | 91.35º | 0.81% | 0.63% | - |
| HSV(B) | 91.35º | 0.65% | 0.93% | - |
| XYZ | 45.52 | 68.25 | 18.76 | - |
| YUV | 195.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 82 | 0.34 | 0 | 0.65 | 0.07 | 91.35 | 0.81 | 0.63 |
| Hex | 9C | ED | 52 | 22 | 0 | 41 | 7 | 5B | 51 | 3F |
| Octal | 234 | 355 | 122 | 42 | 0 | 101 | 7 | 133 | 121 | 77 |
| Binary | 10011100 | 11101101 | 1010010 | 100010 | 0 | 1000001 | 111 | 1011011 | 1010001 | 111111 |
Color Harmonies of #9CED52
Complementary color
Monochromatic Colors of #9CED52
Black with #9CED52
Text Example
Text Example
White with #9CED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CED52; }
p { color: rgb(156,237,82); }
H1.HeaderClassName
{
color: #9CED52;
}
.AnyTagClassName
{
color: #9CED52;
}
</style>
background-color css
<style>
a { background-color: #9CED52; }
a { background-color: rgb(156,237,82); }
div.DivClassName
{
background-color: #9CED52;
}
.BgClassName
{
background-color: #9CED52;
}
</style>
border-color css
<style>
span { border-color: #9CED52; }
span { border-color: rgb(156,237,82); }
td.TdClassName
{
border-color: #9CED52;
}
.TagClassName
{
border-color: #9CED52;
}
</style>