Shades of Yellow Green #90C82D
Tints of Yellow Green #90C82D
RGB
CMYK
RGB Variations
Color information
#90C82D (or 0x90C82D) is known color: Yellow Green. HEX triplet: 90, C8 and 2D. RGB value is (144,200,45). Sum of RGB (Red+Green+Blue) = 144+200+45=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #90C82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C82D is #6F37D2. Grayscale: #A6A6A6. Windows color (decimal): -7288787 or 3000464. OLE color: 3000464.
HSL color Cylindrical-coordinate representation of color #90C82D: hue angle of 81.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90C82D is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 200 | 45 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.22 |
| HSL | 81.68º | 0.63% | 0.48% | - |
| HSV(B) | 81.68º | 0.78% | 0.78% | - |
| XYZ | 32.63 | 47.43 | 9.92 | - |
| YUV | 165.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 45 | 0.28 | 0 | 0.78 | 0.22 | 81.68 | 0.63 | 0.48 |
| Hex | 90 | C8 | 2D | 1C | 0 | 4E | 16 | 52 | 3F | 30 |
| Octal | 220 | 310 | 55 | 34 | 0 | 116 | 26 | 122 | 77 | 60 |
| Binary | 10010000 | 11001000 | 101101 | 11100 | 0 | 1001110 | 10110 | 1010010 | 111111 | 110000 |
Color Harmonies of #90C82D
Complementary color
Monochromatic Colors of #90C82D
Black with #90C82D
Text Example
Text Example
White with #90C82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C82D; }
p { color: rgb(144,200,45); }
H1.HeaderClassName
{
color: #90C82D;
}
.AnyTagClassName
{
color: #90C82D;
}
</style>
background-color css
<style>
a { background-color: #90C82D; }
a { background-color: rgb(144,200,45); }
div.DivClassName
{
background-color: #90C82D;
}
.BgClassName
{
background-color: #90C82D;
}
</style>
border-color css
<style>
span { border-color: #90C82D; }
span { border-color: rgb(144,200,45); }
td.TdClassName
{
border-color: #90C82D;
}
.TagClassName
{
border-color: #90C82D;
}
</style>