Shades of Yellow Green #90C535
Tints of Yellow Green #90C535
RGB
CMYK
RGB Variations
Color information
#90C535 (or 0x90C535) is known color: Yellow Green. HEX triplet: 90, C5 and 35. RGB value is (144,197,53). Sum of RGB (Red+Green+Blue) = 144+197+53=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #90C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C535 is #6F3ACA. Grayscale: #A5A5A5. Windows color (decimal): -7289547 or 3523984. OLE color: 3523984.
HSL color Cylindrical-coordinate representation of color #90C535: hue angle of 82.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #90C535 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 53 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.23 |
| HSL | 82.08º | 0.58% | 0.49% | - |
| HSV(B) | 82.08º | 0.73% | 0.77% | - |
| XYZ | 32.11 | 46.12 | 10.58 | - |
| YUV | 164.74 | 64.94 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 53 | 0.27 | 0 | 0.73 | 0.23 | 82.08 | 0.58 | 0.49 |
| Hex | 90 | C5 | 35 | 1B | 0 | 49 | 17 | 52 | 3A | 31 |
| Octal | 220 | 305 | 65 | 33 | 0 | 111 | 27 | 122 | 72 | 61 |
| Binary | 10010000 | 11000101 | 110101 | 11011 | 0 | 1001001 | 10111 | 1010010 | 111010 | 110001 |
Color Harmonies of #90C535
Complementary color
Monochromatic Colors of #90C535
Black with #90C535
Text Example
Text Example
White with #90C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C535; }
p { color: rgb(144,197,53); }
H1.HeaderClassName
{
color: #90C535;
}
.AnyTagClassName
{
color: #90C535;
}
</style>
background-color css
<style>
a { background-color: #90C535; }
a { background-color: rgb(144,197,53); }
div.DivClassName
{
background-color: #90C535;
}
.BgClassName
{
background-color: #90C535;
}
</style>
border-color css
<style>
span { border-color: #90C535; }
span { border-color: rgb(144,197,53); }
td.TdClassName
{
border-color: #90C535;
}
.TagClassName
{
border-color: #90C535;
}
</style>