Shades of Citrus #90CB04
Tints of Citrus #90CB04
RGB
CMYK
RGB Variations
Color information
#90CB04 (or 0x90CB04) is known color: Citrus. HEX triplet: 90, CB and 04. RGB value is (144,203,4). Sum of RGB (Red+Green+Blue) = 144+203+4=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CB04 is #6F34FB. Grayscale: #A3A3A3. Windows color (decimal): -7288060 or 314256. OLE color: 314256.
HSL color Cylindrical-coordinate representation of color #90CB04: hue angle of 77.79º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90CB04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.20 |
| HSL | 77.79º | 0.96% | 0.41% | - |
| HSV(B) | 77.79º | 0.98% | 0.8% | - |
| XYZ | 32.88 | 48.65 | 7.77 | - |
| YUV | 162.67 | 38.45 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 4 | 0.29 | 0 | 0.98 | 0.20 | 77.79 | 0.96 | 0.41 |
| Hex | 90 | CB | 4 | 1D | 0 | 62 | 14 | 4E | 60 | 29 |
| Octal | 220 | 313 | 4 | 35 | 0 | 142 | 24 | 116 | 140 | 51 |
| Binary | 10010000 | 11001011 | 100 | 11101 | 0 | 1100010 | 10100 | 1001110 | 1100000 | 101001 |
Color Harmonies of #90CB04
Complementary color
Monochromatic Colors of #90CB04
Black with #90CB04
Text Example
Text Example
White with #90CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB04; }
p { color: rgb(144,203,4); }
H1.HeaderClassName
{
color: #90CB04;
}
.AnyTagClassName
{
color: #90CB04;
}
</style>
background-color css
<style>
a { background-color: #90CB04; }
a { background-color: rgb(144,203,4); }
div.DivClassName
{
background-color: #90CB04;
}
.BgClassName
{
background-color: #90CB04;
}
</style>
border-color css
<style>
span { border-color: #90CB04; }
span { border-color: rgb(144,203,4); }
td.TdClassName
{
border-color: #90CB04;
}
.TagClassName
{
border-color: #90CB04;
}
</style>