Shades of Citrus #90C517
Tints of Citrus #90C517
RGB
CMYK
RGB Variations
Color information
#90C517 (or 0x90C517) is known color: Citrus. HEX triplet: 90, C5 and 17. RGB value is (144,197,23). Sum of RGB (Red+Green+Blue) = 144+197+23=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #90C517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C517 is #6F3AE8. Grayscale: #A1A1A1. Windows color (decimal): -7289577 or 1557904. OLE color: 1557904.
HSL color Cylindrical-coordinate representation of color #90C517: hue angle of 78.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90C517 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 197 | 23 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.23 |
| HSL | 78.28º | 0.79% | 0.43% | - |
| HSV(B) | 78.28º | 0.88% | 0.77% | - |
| XYZ | 31.62 | 45.92 | 8.01 | - |
| YUV | 161.32 | 49.94 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 23 | 0.27 | 0 | 0.88 | 0.23 | 78.28 | 0.79 | 0.43 |
| Hex | 90 | C5 | 17 | 1B | 0 | 58 | 17 | 4E | 4F | 2B |
| Octal | 220 | 305 | 27 | 33 | 0 | 130 | 27 | 116 | 117 | 53 |
| Binary | 10010000 | 11000101 | 10111 | 11011 | 0 | 1011000 | 10111 | 1001110 | 1001111 | 101011 |
Color Harmonies of #90C517
Complementary color
Monochromatic Colors of #90C517
Black with #90C517
Text Example
Text Example
White with #90C517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C517; }
p { color: rgb(144,197,23); }
H1.HeaderClassName
{
color: #90C517;
}
.AnyTagClassName
{
color: #90C517;
}
</style>
background-color css
<style>
a { background-color: #90C517; }
a { background-color: rgb(144,197,23); }
div.DivClassName
{
background-color: #90C517;
}
.BgClassName
{
background-color: #90C517;
}
</style>
border-color css
<style>
span { border-color: #90C517; }
span { border-color: rgb(144,197,23); }
td.TdClassName
{
border-color: #90C517;
}
.TagClassName
{
border-color: #90C517;
}
</style>