Shades of Yellow Green #90C530
Tints of Yellow Green #90C530
RGB
CMYK
RGB Variations
Color information
#90C530 (or 0x90C530) is known color: Yellow Green. HEX triplet: 90, C5 and 30. RGB value is (144,197,48). Sum of RGB (Red+Green+Blue) = 144+197+48=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #90C530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C530 is #6F3ACF. Grayscale: #A4A4A4. Windows color (decimal): -7289552 or 3196304. OLE color: 3196304.
HSL color Cylindrical-coordinate representation of color #90C530: hue angle of 81.34º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #90C530 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 48 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.23 |
| HSL | 81.34º | 0.61% | 0.48% | - |
| HSV(B) | 81.34º | 0.76% | 0.77% | - |
| XYZ | 32 | 46.08 | 10 | - |
| YUV | 164.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 48 | 0.27 | 0 | 0.76 | 0.23 | 81.34 | 0.61 | 0.48 |
| Hex | 90 | C5 | 30 | 1B | 0 | 4C | 17 | 51 | 3D | 30 |
| Octal | 220 | 305 | 60 | 33 | 0 | 114 | 27 | 121 | 75 | 60 |
| Binary | 10010000 | 11000101 | 110000 | 11011 | 0 | 1001100 | 10111 | 1010001 | 111101 | 110000 |
Color Harmonies of #90C530
Complementary color
Monochromatic Colors of #90C530
Black with #90C530
Text Example
Text Example
White with #90C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C530; }
p { color: rgb(144,197,48); }
H1.HeaderClassName
{
color: #90C530;
}
.AnyTagClassName
{
color: #90C530;
}
</style>
background-color css
<style>
a { background-color: #90C530; }
a { background-color: rgb(144,197,48); }
div.DivClassName
{
background-color: #90C530;
}
.BgClassName
{
background-color: #90C530;
}
</style>
border-color css
<style>
span { border-color: #90C530; }
span { border-color: rgb(144,197,48); }
td.TdClassName
{
border-color: #90C530;
}
.TagClassName
{
border-color: #90C530;
}
</style>