Shades of Conifer #9DE25D
Tints of Conifer #9DE25D
RGB
CMYK
RGB Variations
Color information
#9DE25D (or 0x9DE25D) is known color: Conifer. HEX triplet: 9D, E2 and 5D. RGB value is (157,226,93). Sum of RGB (Red+Green+Blue) = 157+226+93=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE25D is #621DA2. Grayscale: #BEBEBE. Windows color (decimal): -6430115 or 6152861. OLE color: 6152861.
HSL color Cylindrical-coordinate representation of color #9DE25D: hue angle of 91.13º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DE25D is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 93 | - |
| CMYK | 0.31 | 0 | 0.59 | 0.11 |
| HSL | 91.13º | 0.7% | 0.63% | - |
| HSV(B) | 91.13º | 0.59% | 0.89% | - |
| XYZ | 43.08 | 62.35 | 20.12 | - |
| YUV | 190.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 93 | 0.31 | 0 | 0.59 | 0.11 | 91.13 | 0.7 | 0.63 |
| Hex | 9D | E2 | 5D | 1F | 0 | 3B | B | 5B | 46 | 3F |
| Octal | 235 | 342 | 135 | 37 | 0 | 73 | 13 | 133 | 106 | 77 |
| Binary | 10011101 | 11100010 | 1011101 | 11111 | 0 | 111011 | 1011 | 1011011 | 1000110 | 111111 |
Color Harmonies of #9DE25D
Complementary color
Monochromatic Colors of #9DE25D
Black with #9DE25D
Text Example
Text Example
White with #9DE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE25D; }
p { color: rgb(157,226,93); }
H1.HeaderClassName
{
color: #9DE25D;
}
.AnyTagClassName
{
color: #9DE25D;
}
</style>
background-color css
<style>
a { background-color: #9DE25D; }
a { background-color: rgb(157,226,93); }
div.DivClassName
{
background-color: #9DE25D;
}
.BgClassName
{
background-color: #9DE25D;
}
</style>
border-color css
<style>
span { border-color: #9DE25D; }
span { border-color: rgb(157,226,93); }
td.TdClassName
{
border-color: #9DE25D;
}
.TagClassName
{
border-color: #9DE25D;
}
</style>