Shades of Citrus #90C305
Tints of Citrus #90C305
RGB
CMYK
RGB Variations
Color information
#90C305 (or 0x90C305) is known color: Citrus. HEX triplet: 90, C3 and 05. RGB value is (144,195,5). Sum of RGB (Red+Green+Blue) = 144+195+5=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #90C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C305 is #6F3CFA. Grayscale: #9E9E9E. Windows color (decimal): -7290107 or 377744. OLE color: 377744.
HSL color Cylindrical-coordinate representation of color #90C305: hue angle of 76.11º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90C305 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 5 | - |
| CMYK | 0.26 | 0 | 0.97 | 0.24 |
| HSL | 76.11º | 0.95% | 0.39% | - |
| HSV(B) | 76.11º | 0.97% | 0.76% | - |
| XYZ | 31.04 | 44.97 | 7.19 | - |
| YUV | 158.09 | 41.6 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 5 | 0.26 | 0 | 0.97 | 0.24 | 76.11 | 0.95 | 0.39 |
| Hex | 90 | C3 | 5 | 1A | 0 | 61 | 18 | 4C | 5F | 27 |
| Octal | 220 | 303 | 5 | 32 | 0 | 141 | 30 | 114 | 137 | 47 |
| Binary | 10010000 | 11000011 | 101 | 11010 | 0 | 1100001 | 11000 | 1001100 | 1011111 | 100111 |
Color Harmonies of #90C305
Complementary color
Monochromatic Colors of #90C305
Black with #90C305
Text Example
Text Example
White with #90C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C305; }
p { color: rgb(144,195,5); }
H1.HeaderClassName
{
color: #90C305;
}
.AnyTagClassName
{
color: #90C305;
}
</style>
background-color css
<style>
a { background-color: #90C305; }
a { background-color: rgb(144,195,5); }
div.DivClassName
{
background-color: #90C305;
}
.BgClassName
{
background-color: #90C305;
}
</style>
border-color css
<style>
span { border-color: #90C305; }
span { border-color: rgb(144,195,5); }
td.TdClassName
{
border-color: #90C305;
}
.TagClassName
{
border-color: #90C305;
}
</style>