Shades of Citrus #90D502
Tints of Citrus #90D502
RGB
CMYK
RGB Variations
Color information
#90D502 (or 0x90D502) is known color: Citrus. HEX triplet: 90, D5 and 02. RGB value is (144,213,2). Sum of RGB (Red+Green+Blue) = 144+213+2=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #90D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D502 is #6F2AFD. Grayscale: #A9A9A9. Windows color (decimal): -7285502 or 185744. OLE color: 185744.
HSL color Cylindrical-coordinate representation of color #90D502: hue angle of 79.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90D502 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.16 |
| HSL | 79.62º | 0.98% | 0.42% | - |
| HSV(B) | 79.62º | 0.99% | 0.84% | - |
| XYZ | 35.31 | 53.52 | 8.53 | - |
| YUV | 168.32 | 34.14 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 2 | 0.32 | 0 | 0.99 | 0.16 | 79.62 | 0.98 | 0.42 |
| Hex | 90 | D5 | 2 | 20 | 0 | 63 | 10 | 50 | 62 | 2A |
| Octal | 220 | 325 | 2 | 40 | 0 | 143 | 20 | 120 | 142 | 52 |
| Binary | 10010000 | 11010101 | 10 | 100000 | 0 | 1100011 | 10000 | 1010000 | 1100010 | 101010 |
Color Harmonies of #90D502
Complementary color
Monochromatic Colors of #90D502
Black with #90D502
Text Example
Text Example
White with #90D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D502; }
p { color: rgb(144,213,2); }
H1.HeaderClassName
{
color: #90D502;
}
.AnyTagClassName
{
color: #90D502;
}
</style>
background-color css
<style>
a { background-color: #90D502; }
a { background-color: rgb(144,213,2); }
div.DivClassName
{
background-color: #90D502;
}
.BgClassName
{
background-color: #90D502;
}
</style>
border-color css
<style>
span { border-color: #90D502; }
span { border-color: rgb(144,213,2); }
td.TdClassName
{
border-color: #90D502;
}
.TagClassName
{
border-color: #90D502;
}
</style>