Shades of Conifer #9DD552
Tints of Conifer #9DD552
RGB
CMYK
RGB Variations
Color information
#9DD552 (or 0x9DD552) is known color: Conifer. HEX triplet: 9D, D5 and 52. RGB value is (157,213,82). Sum of RGB (Red+Green+Blue) = 157+213+82=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD552 is #622AAD. Grayscale: #B5B5B5. Windows color (decimal): -6433454 or 5428637. OLE color: 5428637.
HSL color Cylindrical-coordinate representation of color #9DD552: hue angle of 85.65º degrees, saturation: 0.61, 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 #9DD552 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 82 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.16 |
| HSL | 85.65º | 0.61% | 0.58% | - |
| HSV(B) | 85.65º | 0.62% | 0.84% | - |
| XYZ | 39.22 | 55.37 | 16.6 | - |
| YUV | 181.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 82 | 0.26 | 0 | 0.62 | 0.16 | 85.65 | 0.61 | 0.58 |
| Hex | 9D | D5 | 52 | 1A | 0 | 3E | 10 | 56 | 3D | 3A |
| Octal | 235 | 325 | 122 | 32 | 0 | 76 | 20 | 126 | 75 | 72 |
| Binary | 10011101 | 11010101 | 1010010 | 11010 | 0 | 111110 | 10000 | 1010110 | 111101 | 111010 |
Color Harmonies of #9DD552
Complementary color
Monochromatic Colors of #9DD552
Black with #9DD552
Text Example
Text Example
White with #9DD552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD552; }
p { color: rgb(157,213,82); }
H1.HeaderClassName
{
color: #9DD552;
}
.AnyTagClassName
{
color: #9DD552;
}
</style>
background-color css
<style>
a { background-color: #9DD552; }
a { background-color: rgb(157,213,82); }
div.DivClassName
{
background-color: #9DD552;
}
.BgClassName
{
background-color: #9DD552;
}
</style>
border-color css
<style>
span { border-color: #9DD552; }
span { border-color: rgb(157,213,82); }
td.TdClassName
{
border-color: #9DD552;
}
.TagClassName
{
border-color: #9DD552;
}
</style>