Shades of Conifer #9DE05D
Tints of Conifer #9DE05D
RGB
CMYK
RGB Variations
Color information
#9DE05D (or 0x9DE05D) is known color: Conifer. HEX triplet: 9D, E0 and 5D. RGB value is (157,224,93). Sum of RGB (Red+Green+Blue) = 157+224+93=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE05D is #621FA2. Grayscale: #BDBDBD. Windows color (decimal): -6430627 or 6152349. OLE color: 6152349.
HSL color Cylindrical-coordinate representation of color #9DE05D: hue angle of 90.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DE05D is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 93 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.12 |
| HSL | 90.69º | 0.68% | 0.62% | - |
| HSV(B) | 90.69º | 0.58% | 0.88% | - |
| XYZ | 42.54 | 61.27 | 19.94 | - |
| YUV | 189.03 | 73.8 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 93 | 0.30 | 0 | 0.58 | 0.12 | 90.69 | 0.68 | 0.62 |
| Hex | 9D | E0 | 5D | 1E | 0 | 3A | C | 5B | 44 | 3E |
| Octal | 235 | 340 | 135 | 36 | 0 | 72 | 14 | 133 | 104 | 76 |
| Binary | 10011101 | 11100000 | 1011101 | 11110 | 0 | 111010 | 1100 | 1011011 | 1000100 | 111110 |
Color Harmonies of #9DE05D
Complementary color
Monochromatic Colors of #9DE05D
Black with #9DE05D
Text Example
Text Example
White with #9DE05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE05D; }
p { color: rgb(157,224,93); }
H1.HeaderClassName
{
color: #9DE05D;
}
.AnyTagClassName
{
color: #9DE05D;
}
</style>
background-color css
<style>
a { background-color: #9DE05D; }
a { background-color: rgb(157,224,93); }
div.DivClassName
{
background-color: #9DE05D;
}
.BgClassName
{
background-color: #9DE05D;
}
</style>
border-color css
<style>
span { border-color: #9DE05D; }
span { border-color: rgb(157,224,93); }
td.TdClassName
{
border-color: #9DE05D;
}
.TagClassName
{
border-color: #9DE05D;
}
</style>