Shades of Conifer #9DD752
Tints of Conifer #9DD752
RGB
CMYK
RGB Variations
Color information
#9DD752 (or 0x9DD752) is known color: Conifer. HEX triplet: 9D, D7 and 52. RGB value is (157,215,82). Sum of RGB (Red+Green+Blue) = 157+215+82=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD752 is #6228AD. Grayscale: #B6B6B6. Windows color (decimal): -6432942 or 5429149. OLE color: 5429149.
HSL color Cylindrical-coordinate representation of color #9DD752: hue angle of 86.17º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DD752 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 82 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.16 |
| HSL | 86.17º | 0.62% | 0.58% | - |
| HSV(B) | 86.17º | 0.62% | 0.84% | - |
| XYZ | 39.73 | 56.38 | 16.77 | - |
| YUV | 182.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 82 | 0.27 | 0 | 0.62 | 0.16 | 86.17 | 0.62 | 0.58 |
| Hex | 9D | D7 | 52 | 1B | 0 | 3E | 10 | 56 | 3E | 3A |
| Octal | 235 | 327 | 122 | 33 | 0 | 76 | 20 | 126 | 76 | 72 |
| Binary | 10011101 | 11010111 | 1010010 | 11011 | 0 | 111110 | 10000 | 1010110 | 111110 | 111010 |
Color Harmonies of #9DD752
Complementary color
Monochromatic Colors of #9DD752
Black with #9DD752
Text Example
Text Example
White with #9DD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD752; }
p { color: rgb(157,215,82); }
H1.HeaderClassName
{
color: #9DD752;
}
.AnyTagClassName
{
color: #9DD752;
}
</style>
background-color css
<style>
a { background-color: #9DD752; }
a { background-color: rgb(157,215,82); }
div.DivClassName
{
background-color: #9DD752;
}
.BgClassName
{
background-color: #9DD752;
}
</style>
border-color css
<style>
span { border-color: #9DD752; }
span { border-color: rgb(157,215,82); }
td.TdClassName
{
border-color: #9DD752;
}
.TagClassName
{
border-color: #9DD752;
}
</style>