Shades of Conifer #9DE153
Tints of Conifer #9DE153
RGB
CMYK
RGB Variations
Color information
#9DE153 (or 0x9DE153) is known color: Conifer. HEX triplet: 9D, E1 and 53. RGB value is (157,225,83). Sum of RGB (Red+Green+Blue) = 157+225+83=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE153 is #621EAC. Grayscale: #BCBCBC. Windows color (decimal): -6430381 or 5497245. OLE color: 5497245.
HSL color Cylindrical-coordinate representation of color #9DE153: hue angle of 88.73º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9DE153 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 225 | 83 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.12 |
| HSL | 88.73º | 0.7% | 0.6% | - |
| HSV(B) | 88.73º | 0.63% | 0.88% | - |
| XYZ | 42.39 | 61.64 | 17.85 | - |
| YUV | 188.48 | 68.47 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 83 | 0.30 | 0 | 0.63 | 0.12 | 88.73 | 0.7 | 0.6 |
| Hex | 9D | E1 | 53 | 1E | 0 | 3F | C | 59 | 46 | 3C |
| Octal | 235 | 341 | 123 | 36 | 0 | 77 | 14 | 131 | 106 | 74 |
| Binary | 10011101 | 11100001 | 1010011 | 11110 | 0 | 111111 | 1100 | 1011001 | 1000110 | 111100 |
Color Harmonies of #9DE153
Complementary color
Monochromatic Colors of #9DE153
Black with #9DE153
Text Example
Text Example
White with #9DE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE153; }
p { color: rgb(157,225,83); }
H1.HeaderClassName
{
color: #9DE153;
}
.AnyTagClassName
{
color: #9DE153;
}
</style>
background-color css
<style>
a { background-color: #9DE153; }
a { background-color: rgb(157,225,83); }
div.DivClassName
{
background-color: #9DE153;
}
.BgClassName
{
background-color: #9DE153;
}
</style>
border-color css
<style>
span { border-color: #9DE153; }
span { border-color: rgb(157,225,83); }
td.TdClassName
{
border-color: #9DE153;
}
.TagClassName
{
border-color: #9DE153;
}
</style>