Shades of Conifer #9DDA57
Tints of Conifer #9DDA57
RGB
CMYK
RGB Variations
Color information
#9DDA57 (or 0x9DDA57) is known color: Conifer. HEX triplet: 9D, DA and 57. RGB value is (157,218,87). Sum of RGB (Red+Green+Blue) = 157+218+87=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA57 is #6225A8. Grayscale: #B9B9B9. Windows color (decimal): -6432169 or 5757597. OLE color: 5757597.
HSL color Cylindrical-coordinate representation of color #9DDA57: hue angle of 87.94º 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 #9DDA57 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 218 | 87 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.15 |
| HSL | 87.94º | 0.64% | 0.6% | - |
| HSV(B) | 87.94º | 0.6% | 0.85% | - |
| XYZ | 40.7 | 58 | 18.07 | - |
| YUV | 184.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 218 | 87 | 0.28 | 0 | 0.60 | 0.15 | 87.94 | 0.64 | 0.6 |
| Hex | 9D | DA | 57 | 1C | 0 | 3C | F | 58 | 40 | 3C |
| Octal | 235 | 332 | 127 | 34 | 0 | 74 | 17 | 130 | 100 | 74 |
| Binary | 10011101 | 11011010 | 1010111 | 11100 | 0 | 111100 | 1111 | 1011000 | 1000000 | 111100 |
Color Harmonies of #9DDA57
Complementary color
Monochromatic Colors of #9DDA57
Black with #9DDA57
Text Example
Text Example
White with #9DDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDA57; }
p { color: rgb(157,218,87); }
H1.HeaderClassName
{
color: #9DDA57;
}
.AnyTagClassName
{
color: #9DDA57;
}
</style>
background-color css
<style>
a { background-color: #9DDA57; }
a { background-color: rgb(157,218,87); }
div.DivClassName
{
background-color: #9DDA57;
}
.BgClassName
{
background-color: #9DDA57;
}
</style>
border-color css
<style>
span { border-color: #9DDA57; }
span { border-color: rgb(157,218,87); }
td.TdClassName
{
border-color: #9DDA57;
}
.TagClassName
{
border-color: #9DDA57;
}
</style>