Shades of Conifer #9DDA58
Tints of Conifer #9DDA58
RGB
CMYK
RGB Variations
Color information
#9DDA58 (or 0x9DDA58) is known color: Conifer. HEX triplet: 9D, DA and 58. RGB value is (157,218,88). Sum of RGB (Red+Green+Blue) = 157+218+88=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA58 is #6225A7. Grayscale: #B9B9B9. Windows color (decimal): -6432168 or 5823133. OLE color: 5823133.
HSL color Cylindrical-coordinate representation of color #9DDA58: hue angle of 88.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DDA58 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 88 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.15 |
| HSL | 88.15º | 0.64% | 0.6% | - |
| HSV(B) | 88.15º | 0.6% | 0.85% | - |
| XYZ | 40.74 | 58.02 | 18.28 | - |
| YUV | 184.94 | 73.29 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 88 | 0.28 | 0 | 0.60 | 0.15 | 88.15 | 0.64 | 0.6 |
| Hex | 9D | DA | 58 | 1C | 0 | 3C | F | 58 | 40 | 3C |
| Octal | 235 | 332 | 130 | 34 | 0 | 74 | 17 | 130 | 100 | 74 |
| Binary | 10011101 | 11011010 | 1011000 | 11100 | 0 | 111100 | 1111 | 1011000 | 1000000 | 111100 |
Color Harmonies of #9DDA58
Complementary color
Monochromatic Colors of #9DDA58
Black with #9DDA58
Text Example
Text Example
White with #9DDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA58; }
p { color: rgb(157,218,88); }
H1.HeaderClassName
{
color: #9DDA58;
}
.AnyTagClassName
{
color: #9DDA58;
}
</style>
background-color css
<style>
a { background-color: #9DDA58; }
a { background-color: rgb(157,218,88); }
div.DivClassName
{
background-color: #9DDA58;
}
.BgClassName
{
background-color: #9DDA58;
}
</style>
border-color css
<style>
span { border-color: #9DDA58; }
span { border-color: rgb(157,218,88); }
td.TdClassName
{
border-color: #9DDA58;
}
.TagClassName
{
border-color: #9DDA58;
}
</style>