Shades of Citrus #90CB03
Tints of Citrus #90CB03
RGB
CMYK
RGB Variations
Color information
#90CB03 (or 0x90CB03) is known color: Citrus. HEX triplet: 90, CB and 03. RGB value is (144,203,3). Sum of RGB (Red+Green+Blue) = 144+203+3=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CB03 is #6F34FC. Grayscale: #A3A3A3. Windows color (decimal): -7288061 or 248720. OLE color: 248720.
HSL color Cylindrical-coordinate representation of color #90CB03: hue angle of 77.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90CB03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.20 |
| HSL | 77.7º | 0.97% | 0.4% | - |
| HSV(B) | 77.7º | 0.99% | 0.8% | - |
| XYZ | 32.87 | 48.65 | 7.74 | - |
| YUV | 162.56 | 37.95 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 3 | 0.29 | 0 | 0.99 | 0.20 | 77.7 | 0.97 | 0.4 |
| Hex | 90 | CB | 3 | 1D | 0 | 63 | 14 | 4E | 61 | 28 |
| Octal | 220 | 313 | 3 | 35 | 0 | 143 | 24 | 116 | 141 | 50 |
| Binary | 10010000 | 11001011 | 11 | 11101 | 0 | 1100011 | 10100 | 1001110 | 1100001 | 101000 |
Color Harmonies of #90CB03
Complementary color
Monochromatic Colors of #90CB03
Black with #90CB03
Text Example
Text Example
White with #90CB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB03; }
p { color: rgb(144,203,3); }
H1.HeaderClassName
{
color: #90CB03;
}
.AnyTagClassName
{
color: #90CB03;
}
</style>
background-color css
<style>
a { background-color: #90CB03; }
a { background-color: rgb(144,203,3); }
div.DivClassName
{
background-color: #90CB03;
}
.BgClassName
{
background-color: #90CB03;
}
</style>
border-color css
<style>
span { border-color: #90CB03; }
span { border-color: rgb(144,203,3); }
td.TdClassName
{
border-color: #90CB03;
}
.TagClassName
{
border-color: #90CB03;
}
</style>