Shades of Conifer #99DB53
Tints of Conifer #99DB53
RGB
CMYK
RGB Variations
Color information
#99DB53 (or 0x99DB53) is known color: Conifer. HEX triplet: 99, DB and 53. RGB value is (153,219,83). Sum of RGB (Red+Green+Blue) = 153+219+83=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB53 is #6624AC. Grayscale: #B8B8B8. Windows color (decimal): -6694061 or 5495705. OLE color: 5495705.
HSL color Cylindrical-coordinate representation of color #99DB53: hue angle of 89.12º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99DB53 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 83 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.14 |
| HSL | 89.12º | 0.65% | 0.59% | - |
| HSV(B) | 89.12º | 0.62% | 0.86% | - |
| XYZ | 40.03 | 58.06 | 17.28 | - |
| YUV | 183.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 83 | 0.30 | 0 | 0.62 | 0.14 | 89.12 | 0.65 | 0.59 |
| Hex | 99 | DB | 53 | 1E | 0 | 3E | E | 59 | 41 | 3B |
| Octal | 231 | 333 | 123 | 36 | 0 | 76 | 16 | 131 | 101 | 73 |
| Binary | 10011001 | 11011011 | 1010011 | 11110 | 0 | 111110 | 1110 | 1011001 | 1000001 | 111011 |
Color Harmonies of #99DB53
Complementary color
Monochromatic Colors of #99DB53
Black with #99DB53
Text Example
Text Example
White with #99DB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB53; }
p { color: rgb(153,219,83); }
H1.HeaderClassName
{
color: #99DB53;
}
.AnyTagClassName
{
color: #99DB53;
}
</style>
background-color css
<style>
a { background-color: #99DB53; }
a { background-color: rgb(153,219,83); }
div.DivClassName
{
background-color: #99DB53;
}
.BgClassName
{
background-color: #99DB53;
}
</style>
border-color css
<style>
span { border-color: #99DB53; }
span { border-color: rgb(153,219,83); }
td.TdClassName
{
border-color: #99DB53;
}
.TagClassName
{
border-color: #99DB53;
}
</style>