Shades of Spring Bud #90DE00
Tints of Spring Bud #90DE00
RGB
CMYK
RGB Variations
Color information
#90DE00 (or 0x90DE00) is known color: Spring Bud. HEX triplet: 90, DE and 00. RGB value is (144,222,0). Sum of RGB (Red+Green+Blue) = 144+222+0=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DE00 is #6F21FF. Grayscale: #AEAEAE. Windows color (decimal): -7283200 or 56976. OLE color: 56976.
HSL color Cylindrical-coordinate representation of color #90DE00: hue angle of 81.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90DE00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.13 |
| HSL | 81.08º | 1% | 0.44% | - |
| HSV(B) | 81.08º | 1% | 0.87% | - |
| XYZ | 37.62 | 58.17 | 9.25 | - |
| YUV | 173.37 | 30.16 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 0 | 0.35 | 0 | 1 | 0.13 | 81.08 | 1 | 0.44 |
| Hex | 90 | DE | 0 | 23 | 0 | 64 | D | 51 | 64 | 2C |
| Octal | 220 | 336 | 0 | 43 | 0 | 144 | 15 | 121 | 144 | 54 |
| Binary | 10010000 | 11011110 | 0 | 100011 | 0 | 1100100 | 1101 | 1010001 | 1100100 | 101100 |
Color Harmonies of #90DE00
Complementary color
Monochromatic Colors of #90DE00
Black with #90DE00
Text Example
Text Example
White with #90DE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DE00; }
p { color: rgb(144,222,0); }
H1.HeaderClassName
{
color: #90DE00;
}
.AnyTagClassName
{
color: #90DE00;
}
</style>
background-color css
<style>
a { background-color: #90DE00; }
a { background-color: rgb(144,222,0); }
div.DivClassName
{
background-color: #90DE00;
}
.BgClassName
{
background-color: #90DE00;
}
</style>
border-color css
<style>
span { border-color: #90DE00; }
span { border-color: rgb(144,222,0); }
td.TdClassName
{
border-color: #90DE00;
}
.TagClassName
{
border-color: #90DE00;
}
</style>