Shades of Conifer #9DDB57
Tints of Conifer #9DDB57
RGB
CMYK
RGB Variations
Color information
#9DDB57 (or 0x9DDB57) is known color: Conifer. HEX triplet: 9D, DB and 57. RGB value is (157,219,87). Sum of RGB (Red+Green+Blue) = 157+219+87=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB57 is #6224A8. Grayscale: #B9B9B9. Windows color (decimal): -6431913 or 5757853. OLE color: 5757853.
HSL color Cylindrical-coordinate representation of color #9DDB57: hue angle of 88.18º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DDB57 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 87 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.14 |
| HSL | 88.18º | 0.65% | 0.6% | - |
| HSV(B) | 88.18º | 0.6% | 0.86% | - |
| XYZ | 40.96 | 58.52 | 18.15 | - |
| YUV | 185.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 87 | 0.28 | 0 | 0.60 | 0.14 | 88.18 | 0.65 | 0.6 |
| Hex | 9D | DB | 57 | 1C | 0 | 3C | E | 58 | 41 | 3C |
| Octal | 235 | 333 | 127 | 34 | 0 | 74 | 16 | 130 | 101 | 74 |
| Binary | 10011101 | 11011011 | 1010111 | 11100 | 0 | 111100 | 1110 | 1011000 | 1000001 | 111100 |
Color Harmonies of #9DDB57
Complementary color
Monochromatic Colors of #9DDB57
Black with #9DDB57
Text Example
Text Example
White with #9DDB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB57; }
p { color: rgb(157,219,87); }
H1.HeaderClassName
{
color: #9DDB57;
}
.AnyTagClassName
{
color: #9DDB57;
}
</style>
background-color css
<style>
a { background-color: #9DDB57; }
a { background-color: rgb(157,219,87); }
div.DivClassName
{
background-color: #9DDB57;
}
.BgClassName
{
background-color: #9DDB57;
}
</style>
border-color css
<style>
span { border-color: #9DDB57; }
span { border-color: rgb(157,219,87); }
td.TdClassName
{
border-color: #9DDB57;
}
.TagClassName
{
border-color: #9DDB57;
}
</style>