Shades of Yellow Green #90C52B
Tints of Yellow Green #90C52B
RGB
CMYK
RGB Variations
Color information
#90C52B (or 0x90C52B) is known color: Yellow Green. HEX triplet: 90, C5 and 2B. RGB value is (144,197,43). Sum of RGB (Red+Green+Blue) = 144+197+43=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #90C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C52B is #6F3AD4. Grayscale: #A4A4A4. Windows color (decimal): -7289557 or 2868624. OLE color: 2868624.
HSL color Cylindrical-coordinate representation of color #90C52B: hue angle of 80.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90C52B is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 43 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.23 |
| HSL | 80.65º | 0.64% | 0.47% | - |
| HSV(B) | 80.65º | 0.78% | 0.77% | - |
| XYZ | 31.9 | 46.04 | 9.49 | - |
| YUV | 163.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 43 | 0.27 | 0 | 0.78 | 0.23 | 80.65 | 0.64 | 0.47 |
| Hex | 90 | C5 | 2B | 1B | 0 | 4E | 17 | 51 | 40 | 2F |
| Octal | 220 | 305 | 53 | 33 | 0 | 116 | 27 | 121 | 100 | 57 |
| Binary | 10010000 | 11000101 | 101011 | 11011 | 0 | 1001110 | 10111 | 1010001 | 1000000 | 101111 |
Color Harmonies of #90C52B
Complementary color
Monochromatic Colors of #90C52B
Black with #90C52B
Text Example
Text Example
White with #90C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C52B; }
p { color: rgb(144,197,43); }
H1.HeaderClassName
{
color: #90C52B;
}
.AnyTagClassName
{
color: #90C52B;
}
</style>
background-color css
<style>
a { background-color: #90C52B; }
a { background-color: rgb(144,197,43); }
div.DivClassName
{
background-color: #90C52B;
}
.BgClassName
{
background-color: #90C52B;
}
</style>
border-color css
<style>
span { border-color: #90C52B; }
span { border-color: rgb(144,197,43); }
td.TdClassName
{
border-color: #90C52B;
}
.TagClassName
{
border-color: #90C52B;
}
</style>