Shades of Citrus #90C411
Tints of Citrus #90C411
RGB
CMYK
RGB Variations
Color information
#90C411 (or 0x90C411) is known color: Citrus. HEX triplet: 90, C4 and 11. RGB value is (144,196,17). Sum of RGB (Red+Green+Blue) = 144+196+17=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 17 (7.03% from 255 or 4.76% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #90C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C411 is #6F3BEE. Grayscale: #A0A0A0. Windows color (decimal): -7289839 or 1164432. OLE color: 1164432.
HSL color Cylindrical-coordinate representation of color #90C411: hue angle of 77.43º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90C411 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 17 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.23 |
| HSL | 77.43º | 0.84% | 0.42% | - |
| HSV(B) | 77.43º | 0.91% | 0.77% | - |
| XYZ | 31.34 | 45.45 | 7.65 | - |
| YUV | 160.05 | 47.27 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 17 | 0.27 | 0 | 0.91 | 0.23 | 77.43 | 0.84 | 0.42 |
| Hex | 90 | C4 | 11 | 1B | 0 | 5B | 17 | 4D | 54 | 2A |
| Octal | 220 | 304 | 21 | 33 | 0 | 133 | 27 | 115 | 124 | 52 |
| Binary | 10010000 | 11000100 | 10001 | 11011 | 0 | 1011011 | 10111 | 1001101 | 1010100 | 101010 |
Color Harmonies of #90C411
Complementary color
Monochromatic Colors of #90C411
Black with #90C411
Text Example
Text Example
White with #90C411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C411; }
p { color: rgb(144,196,17); }
H1.HeaderClassName
{
color: #90C411;
}
.AnyTagClassName
{
color: #90C411;
}
</style>
background-color css
<style>
a { background-color: #90C411; }
a { background-color: rgb(144,196,17); }
div.DivClassName
{
background-color: #90C411;
}
.BgClassName
{
background-color: #90C411;
}
</style>
border-color css
<style>
span { border-color: #90C411; }
span { border-color: rgb(144,196,17); }
td.TdClassName
{
border-color: #90C411;
}
.TagClassName
{
border-color: #90C411;
}
</style>