Shades of Conifer #99DC56
Tints of Conifer #99DC56
RGB
CMYK
RGB Variations
Color information
#99DC56 (or 0x99DC56) is known color: Conifer. HEX triplet: 99, DC and 56. RGB value is (153,220,86). Sum of RGB (Red+Green+Blue) = 153+220+86=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DC56 is #6623A9. Grayscale: #B9B9B9. Windows color (decimal): -6693802 or 5692569. OLE color: 5692569.
HSL color Cylindrical-coordinate representation of color #99DC56: hue angle of 90º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99DC56 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 86 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.14 |
| HSL | 90º | 0.66% | 0.6% | - |
| HSV(B) | 90º | 0.61% | 0.86% | - |
| XYZ | 40.41 | 58.63 | 17.99 | - |
| YUV | 184.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 86 | 0.30 | 0 | 0.61 | 0.14 | 90 | 0.66 | 0.6 |
| Hex | 99 | DC | 56 | 1E | 0 | 3D | E | 5A | 42 | 3C |
| Octal | 231 | 334 | 126 | 36 | 0 | 75 | 16 | 132 | 102 | 74 |
| Binary | 10011001 | 11011100 | 1010110 | 11110 | 0 | 111101 | 1110 | 1011010 | 1000010 | 111100 |
Color Harmonies of #99DC56
Complementary color
Monochromatic Colors of #99DC56
Black with #99DC56
Text Example
Text Example
White with #99DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC56; }
p { color: rgb(153,220,86); }
H1.HeaderClassName
{
color: #99DC56;
}
.AnyTagClassName
{
color: #99DC56;
}
</style>
background-color css
<style>
a { background-color: #99DC56; }
a { background-color: rgb(153,220,86); }
div.DivClassName
{
background-color: #99DC56;
}
.BgClassName
{
background-color: #99DC56;
}
</style>
border-color css
<style>
span { border-color: #99DC56; }
span { border-color: rgb(153,220,86); }
td.TdClassName
{
border-color: #99DC56;
}
.TagClassName
{
border-color: #99DC56;
}
</style>