Shades of Yellow Green #90DC32
Tints of Yellow Green #90DC32
RGB
CMYK
RGB Variations
Color information
#90DC32 (or 0x90DC32) is known color: Yellow Green. HEX triplet: 90, DC and 32. RGB value is (144,220,50). Sum of RGB (Red+Green+Blue) = 144+220+50=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 220 (86.33% from 255 or 53.14% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90DC32 is #6F23CD. Grayscale: #B2B2B2. Windows color (decimal): -7283662 or 3333264. OLE color: 3333264.
HSL color Cylindrical-coordinate representation of color #90DC32: hue angle of 86.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90DC32 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 50 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.14 |
| HSL | 86.82º | 0.71% | 0.53% | - |
| HSV(B) | 86.82º | 0.77% | 0.86% | - |
| XYZ | 37.67 | 57.35 | 12.1 | - |
| YUV | 177.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 50 | 0.35 | 0 | 0.77 | 0.14 | 86.82 | 0.71 | 0.53 |
| Hex | 90 | DC | 32 | 23 | 0 | 4D | E | 57 | 47 | 35 |
| Octal | 220 | 334 | 62 | 43 | 0 | 115 | 16 | 127 | 107 | 65 |
| Binary | 10010000 | 11011100 | 110010 | 100011 | 0 | 1001101 | 1110 | 1010111 | 1000111 | 110101 |
Color Harmonies of #90DC32
Complementary color
Monochromatic Colors of #90DC32
Black with #90DC32
Text Example
Text Example
White with #90DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC32; }
p { color: rgb(144,220,50); }
H1.HeaderClassName
{
color: #90DC32;
}
.AnyTagClassName
{
color: #90DC32;
}
</style>
background-color css
<style>
a { background-color: #90DC32; }
a { background-color: rgb(144,220,50); }
div.DivClassName
{
background-color: #90DC32;
}
.BgClassName
{
background-color: #90DC32;
}
</style>
border-color css
<style>
span { border-color: #90DC32; }
span { border-color: rgb(144,220,50); }
td.TdClassName
{
border-color: #90DC32;
}
.TagClassName
{
border-color: #90DC32;
}
</style>