Shades of Yellow Green #90DD2D
Tints of Yellow Green #90DD2D
RGB
CMYK
RGB Variations
Color information
#90DD2D (or 0x90DD2D) is known color: Yellow Green. HEX triplet: 90, DD and 2D. RGB value is (144,221,45). Sum of RGB (Red+Green+Blue) = 144+221+45=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DD2D is #6F22D2. Grayscale: #B2B2B2. Windows color (decimal): -7283411 or 3005840. OLE color: 3005840.
HSL color Cylindrical-coordinate representation of color #90DD2D: hue angle of 86.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90DD2D is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 45 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.13 |
| HSL | 86.25º | 0.72% | 0.52% | - |
| HSV(B) | 86.25º | 0.8% | 0.87% | - |
| XYZ | 37.83 | 57.83 | 11.65 | - |
| YUV | 177.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 45 | 0.35 | 0 | 0.80 | 0.13 | 86.25 | 0.72 | 0.52 |
| Hex | 90 | DD | 2D | 23 | 0 | 50 | D | 56 | 48 | 34 |
| Octal | 220 | 335 | 55 | 43 | 0 | 120 | 15 | 126 | 110 | 64 |
| Binary | 10010000 | 11011101 | 101101 | 100011 | 0 | 1010000 | 1101 | 1010110 | 1001000 | 110100 |
Color Harmonies of #90DD2D
Complementary color
Monochromatic Colors of #90DD2D
Black with #90DD2D
Text Example
Text Example
White with #90DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD2D; }
p { color: rgb(144,221,45); }
H1.HeaderClassName
{
color: #90DD2D;
}
.AnyTagClassName
{
color: #90DD2D;
}
</style>
background-color css
<style>
a { background-color: #90DD2D; }
a { background-color: rgb(144,221,45); }
div.DivClassName
{
background-color: #90DD2D;
}
.BgClassName
{
background-color: #90DD2D;
}
</style>
border-color css
<style>
span { border-color: #90DD2D; }
span { border-color: rgb(144,221,45); }
td.TdClassName
{
border-color: #90DD2D;
}
.TagClassName
{
border-color: #90DD2D;
}
</style>