Shades of Yellow Green #90DD16
Tints of Yellow Green #90DD16
RGB
CMYK
RGB Variations
Color information
#90DD16 (or 0x90DD16) is known color: Yellow Green. HEX triplet: 90, DD and 16. RGB value is (144,221,22). Sum of RGB (Red+Green+Blue) = 144+221+22=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DD16 is #6F22E9. Grayscale: #B0B0B0. Windows color (decimal): -7283434 or 1498512. OLE color: 1498512.
HSL color Cylindrical-coordinate representation of color #90DD16: hue angle of 83.22º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90DD16 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 22 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.13 |
| HSL | 83.22º | 0.82% | 0.48% | - |
| HSV(B) | 83.22º | 0.9% | 0.87% | - |
| XYZ | 37.5 | 57.7 | 9.92 | - |
| YUV | 175.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 22 | 0.35 | 0 | 0.90 | 0.13 | 83.22 | 0.82 | 0.48 |
| Hex | 90 | DD | 16 | 23 | 0 | 5A | D | 53 | 52 | 30 |
| Octal | 220 | 335 | 26 | 43 | 0 | 132 | 15 | 123 | 122 | 60 |
| Binary | 10010000 | 11011101 | 10110 | 100011 | 0 | 1011010 | 1101 | 1010011 | 1010010 | 110000 |
Color Harmonies of #90DD16
Complementary color
Monochromatic Colors of #90DD16
Black with #90DD16
Text Example
Text Example
White with #90DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD16; }
p { color: rgb(144,221,22); }
H1.HeaderClassName
{
color: #90DD16;
}
.AnyTagClassName
{
color: #90DD16;
}
</style>
background-color css
<style>
a { background-color: #90DD16; }
a { background-color: rgb(144,221,22); }
div.DivClassName
{
background-color: #90DD16;
}
.BgClassName
{
background-color: #90DD16;
}
</style>
border-color css
<style>
span { border-color: #90DD16; }
span { border-color: rgb(144,221,22); }
td.TdClassName
{
border-color: #90DD16;
}
.TagClassName
{
border-color: #90DD16;
}
</style>