Shades of Conifer #9FDB52
Tints of Conifer #9FDB52
RGB
CMYK
RGB Variations
Color information
#9FDB52 (or 0x9FDB52) is known color: Conifer. HEX triplet: 9F, DB and 52. RGB value is (159,219,82). Sum of RGB (Red+Green+Blue) = 159+219+82=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB52 is #6024AD. Grayscale: #B9B9B9. Windows color (decimal): -6300846 or 5430175. OLE color: 5430175.
HSL color Cylindrical-coordinate representation of color #9FDB52: hue angle of 86.28º degrees, saturation: 0.66, 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 #9FDB52 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 82 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.14 |
| HSL | 86.28º | 0.66% | 0.59% | - |
| HSV(B) | 86.28º | 0.63% | 0.86% | - |
| XYZ | 41.15 | 58.64 | 17.13 | - |
| YUV | 185.44 | 69.62 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 82 | 0.27 | 0 | 0.63 | 0.14 | 86.28 | 0.66 | 0.59 |
| Hex | 9F | DB | 52 | 1B | 0 | 3F | E | 56 | 42 | 3B |
| Octal | 237 | 333 | 122 | 33 | 0 | 77 | 16 | 126 | 102 | 73 |
| Binary | 10011111 | 11011011 | 1010010 | 11011 | 0 | 111111 | 1110 | 1010110 | 1000010 | 111011 |
Color Harmonies of #9FDB52
Complementary color
Monochromatic Colors of #9FDB52
Black with #9FDB52
Text Example
Text Example
White with #9FDB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB52; }
p { color: rgb(159,219,82); }
H1.HeaderClassName
{
color: #9FDB52;
}
.AnyTagClassName
{
color: #9FDB52;
}
</style>
background-color css
<style>
a { background-color: #9FDB52; }
a { background-color: rgb(159,219,82); }
div.DivClassName
{
background-color: #9FDB52;
}
.BgClassName
{
background-color: #9FDB52;
}
</style>
border-color css
<style>
span { border-color: #9FDB52; }
span { border-color: rgb(159,219,82); }
td.TdClassName
{
border-color: #9FDB52;
}
.TagClassName
{
border-color: #9FDB52;
}
</style>