Shades of Conifer #9DE250
Tints of Conifer #9DE250
RGB
CMYK
RGB Variations
Color information
#9DE250 (or 0x9DE250) is known color: Conifer. HEX triplet: 9D, E2 and 50. RGB value is (157,226,80). Sum of RGB (Red+Green+Blue) = 157+226+80=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE250 is #621DAF. Grayscale: #BDBDBD. Windows color (decimal): -6430128 or 5300893. OLE color: 5300893.
HSL color Cylindrical-coordinate representation of color #9DE250: hue angle of 88.36º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DE250 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 80 | - |
| CMYK | 0.31 | 0 | 0.65 | 0.11 |
| HSL | 88.36º | 0.72% | 0.6% | - |
| HSV(B) | 88.36º | 0.65% | 0.89% | - |
| XYZ | 42.55 | 62.14 | 17.34 | - |
| YUV | 188.73 | 66.64 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 80 | 0.31 | 0 | 0.65 | 0.11 | 88.36 | 0.72 | 0.6 |
| Hex | 9D | E2 | 50 | 1F | 0 | 41 | B | 58 | 48 | 3C |
| Octal | 235 | 342 | 120 | 37 | 0 | 101 | 13 | 130 | 110 | 74 |
| Binary | 10011101 | 11100010 | 1010000 | 11111 | 0 | 1000001 | 1011 | 1011000 | 1001000 | 111100 |
Color Harmonies of #9DE250
Complementary color
Monochromatic Colors of #9DE250
Black with #9DE250
Text Example
Text Example
White with #9DE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE250; }
p { color: rgb(157,226,80); }
H1.HeaderClassName
{
color: #9DE250;
}
.AnyTagClassName
{
color: #9DE250;
}
</style>
background-color css
<style>
a { background-color: #9DE250; }
a { background-color: rgb(157,226,80); }
div.DivClassName
{
background-color: #9DE250;
}
.BgClassName
{
background-color: #9DE250;
}
</style>
border-color css
<style>
span { border-color: #9DE250; }
span { border-color: rgb(157,226,80); }
td.TdClassName
{
border-color: #9DE250;
}
.TagClassName
{
border-color: #9DE250;
}
</style>