Shades of Yellow Green #90D52F
Tints of Yellow Green #90D52F
RGB
CMYK
RGB Variations
Color information
#90D52F (or 0x90D52F) is known color: Yellow Green. HEX triplet: 90, D5 and 2F. RGB value is (144,213,47). Sum of RGB (Red+Green+Blue) = 144+213+47=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #90D52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90D52F is #6F2AD0. Grayscale: #AEAEAE. Windows color (decimal): -7285457 or 3134864. OLE color: 3134864.
HSL color Cylindrical-coordinate representation of color #90D52F: hue angle of 84.94º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90D52F is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 47 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.16 |
| HSL | 84.94º | 0.66% | 0.51% | - |
| HSV(B) | 84.94º | 0.78% | 0.84% | - |
| XYZ | 35.81 | 53.72 | 11.17 | - |
| YUV | 173.45 | 56.64 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 47 | 0.32 | 0 | 0.78 | 0.16 | 84.94 | 0.66 | 0.51 |
| Hex | 90 | D5 | 2F | 20 | 0 | 4E | 10 | 55 | 42 | 33 |
| Octal | 220 | 325 | 57 | 40 | 0 | 116 | 20 | 125 | 102 | 63 |
| Binary | 10010000 | 11010101 | 101111 | 100000 | 0 | 1001110 | 10000 | 1010101 | 1000010 | 110011 |
Color Harmonies of #90D52F
Complementary color
Monochromatic Colors of #90D52F
Black with #90D52F
Text Example
Text Example
White with #90D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D52F; }
p { color: rgb(144,213,47); }
H1.HeaderClassName
{
color: #90D52F;
}
.AnyTagClassName
{
color: #90D52F;
}
</style>
background-color css
<style>
a { background-color: #90D52F; }
a { background-color: rgb(144,213,47); }
div.DivClassName
{
background-color: #90D52F;
}
.BgClassName
{
background-color: #90D52F;
}
</style>
border-color css
<style>
span { border-color: #90D52F; }
span { border-color: rgb(144,213,47); }
td.TdClassName
{
border-color: #90D52F;
}
.TagClassName
{
border-color: #90D52F;
}
</style>