Shades of Conifer #9DD558
Tints of Conifer #9DD558
RGB
CMYK
RGB Variations
Color information
#9DD558 (or 0x9DD558) is known color: Conifer. HEX triplet: 9D, D5 and 58. RGB value is (157,213,88). Sum of RGB (Red+Green+Blue) = 157+213+88=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD558 is #622AA7. Grayscale: #B6B6B6. Windows color (decimal): -6433448 or 5821853. OLE color: 5821853.
HSL color Cylindrical-coordinate representation of color #9DD558: hue angle of 86.88º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DD558 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 213 | 88 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.16 |
| HSL | 86.88º | 0.6% | 0.59% | - |
| HSV(B) | 86.88º | 0.59% | 0.84% | - |
| XYZ | 39.46 | 55.46 | 17.86 | - |
| YUV | 182.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 213 | 88 | 0.26 | 0 | 0.59 | 0.16 | 86.88 | 0.6 | 0.59 |
| Hex | 9D | D5 | 58 | 1A | 0 | 3B | 10 | 57 | 3C | 3B |
| Octal | 235 | 325 | 130 | 32 | 0 | 73 | 20 | 127 | 74 | 73 |
| Binary | 10011101 | 11010101 | 1011000 | 11010 | 0 | 111011 | 10000 | 1010111 | 111100 | 111011 |
Color Harmonies of #9DD558
Complementary color
Monochromatic Colors of #9DD558
Black with #9DD558
Text Example
Text Example
White with #9DD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD558; }
p { color: rgb(157,213,88); }
H1.HeaderClassName
{
color: #9DD558;
}
.AnyTagClassName
{
color: #9DD558;
}
</style>
background-color css
<style>
a { background-color: #9DD558; }
a { background-color: rgb(157,213,88); }
div.DivClassName
{
background-color: #9DD558;
}
.BgClassName
{
background-color: #9DD558;
}
</style>
border-color css
<style>
span { border-color: #9DD558; }
span { border-color: rgb(157,213,88); }
td.TdClassName
{
border-color: #9DD558;
}
.TagClassName
{
border-color: #9DD558;
}
</style>