Shades of Conifer #9FDC52
Tints of Conifer #9FDC52
RGB
CMYK
RGB Variations
Color information
#9FDC52 (or 0x9FDC52) is known color: Conifer. HEX triplet: 9F, DC and 52. RGB value is (159,220,82). Sum of RGB (Red+Green+Blue) = 159+220+82=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC52 is #6023AD. Grayscale: #BABABA. Windows color (decimal): -6300590 or 5430431. OLE color: 5430431.
HSL color Cylindrical-coordinate representation of color #9FDC52: hue angle of 86.52º 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 #9FDC52 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 82 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.14 |
| HSL | 86.52º | 0.66% | 0.59% | - |
| HSV(B) | 86.52º | 0.63% | 0.86% | - |
| XYZ | 41.41 | 59.17 | 17.22 | - |
| YUV | 186.03 | 69.29 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 82 | 0.28 | 0 | 0.63 | 0.14 | 86.52 | 0.66 | 0.59 |
| Hex | 9F | DC | 52 | 1C | 0 | 3F | E | 57 | 42 | 3B |
| Octal | 237 | 334 | 122 | 34 | 0 | 77 | 16 | 127 | 102 | 73 |
| Binary | 10011111 | 11011100 | 1010010 | 11100 | 0 | 111111 | 1110 | 1010111 | 1000010 | 111011 |
Color Harmonies of #9FDC52
Complementary color
Monochromatic Colors of #9FDC52
Black with #9FDC52
Text Example
Text Example
White with #9FDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC52; }
p { color: rgb(159,220,82); }
H1.HeaderClassName
{
color: #9FDC52;
}
.AnyTagClassName
{
color: #9FDC52;
}
</style>
background-color css
<style>
a { background-color: #9FDC52; }
a { background-color: rgb(159,220,82); }
div.DivClassName
{
background-color: #9FDC52;
}
.BgClassName
{
background-color: #9FDC52;
}
</style>
border-color css
<style>
span { border-color: #9FDC52; }
span { border-color: rgb(159,220,82); }
td.TdClassName
{
border-color: #9FDC52;
}
.TagClassName
{
border-color: #9FDC52;
}
</style>