Shades of Conifer #9DDD58
Tints of Conifer #9DDD58
RGB
CMYK
RGB Variations
Color information
#9DDD58 (or 0x9DDD58) is known color: Conifer. HEX triplet: 9D, DD and 58. RGB value is (157,221,88). Sum of RGB (Red+Green+Blue) = 157+221+88=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDD58 is #6222A7. Grayscale: #BBBBBB. Windows color (decimal): -6431400 or 5823901. OLE color: 5823901.
HSL color Cylindrical-coordinate representation of color #9DDD58: hue angle of 88.87º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DDD58 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 221 | 88 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.13 |
| HSL | 88.87º | 0.66% | 0.61% | - |
| HSV(B) | 88.87º | 0.6% | 0.87% | - |
| XYZ | 41.52 | 59.59 | 18.55 | - |
| YUV | 186.7 | 72.3 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 221 | 88 | 0.29 | 0 | 0.60 | 0.13 | 88.87 | 0.66 | 0.61 |
| Hex | 9D | DD | 58 | 1D | 0 | 3C | D | 59 | 42 | 3D |
| Octal | 235 | 335 | 130 | 35 | 0 | 74 | 15 | 131 | 102 | 75 |
| Binary | 10011101 | 11011101 | 1011000 | 11101 | 0 | 111100 | 1101 | 1011001 | 1000010 | 111101 |
Color Harmonies of #9DDD58
Complementary color
Monochromatic Colors of #9DDD58
Black with #9DDD58
Text Example
Text Example
White with #9DDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDD58; }
p { color: rgb(157,221,88); }
H1.HeaderClassName
{
color: #9DDD58;
}
.AnyTagClassName
{
color: #9DDD58;
}
</style>
background-color css
<style>
a { background-color: #9DDD58; }
a { background-color: rgb(157,221,88); }
div.DivClassName
{
background-color: #9DDD58;
}
.BgClassName
{
background-color: #9DDD58;
}
</style>
border-color css
<style>
span { border-color: #9DDD58; }
span { border-color: rgb(157,221,88); }
td.TdClassName
{
border-color: #9DDD58;
}
.TagClassName
{
border-color: #9DDD58;
}
</style>