Shades of Citrus #90CC04
Tints of Citrus #90CC04
RGB
CMYK
RGB Variations
Color information
#90CC04 (or 0x90CC04) is known color: Citrus. HEX triplet: 90, CC and 04. RGB value is (144,204,4). Sum of RGB (Red+Green+Blue) = 144+204+4=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CC04 is #6F33FB. Grayscale: #A4A4A4. Windows color (decimal): -7287804 or 314512. OLE color: 314512.
HSL color Cylindrical-coordinate representation of color #90CC04: hue angle of 78º 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 #90CC04 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 4 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.2 |
| HSL | 78º | 0.96% | 0.41% | - |
| HSV(B) | 78º | 0.98% | 0.8% | - |
| XYZ | 33.12 | 49.12 | 7.85 | - |
| YUV | 163.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 4 | 0.29 | 0 | 0.98 | 0.2 | 78 | 0.96 | 0.41 |
| Hex | 90 | CC | 4 | 1D | 0 | 62 | 14 | 4E | 60 | 29 |
| Octal | 220 | 314 | 4 | 35 | 0 | 142 | 24 | 116 | 140 | 51 |
| Binary | 10010000 | 11001100 | 100 | 11101 | 0 | 1100010 | 10100 | 1001110 | 1100000 | 101001 |
Color Harmonies of #90CC04
Complementary color
Monochromatic Colors of #90CC04
Black with #90CC04
Text Example
Text Example
White with #90CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CC04; }
p { color: rgb(144,204,4); }
H1.HeaderClassName
{
color: #90CC04;
}
.AnyTagClassName
{
color: #90CC04;
}
</style>
background-color css
<style>
a { background-color: #90CC04; }
a { background-color: rgb(144,204,4); }
div.DivClassName
{
background-color: #90CC04;
}
.BgClassName
{
background-color: #90CC04;
}
</style>
border-color css
<style>
span { border-color: #90CC04; }
span { border-color: rgb(144,204,4); }
td.TdClassName
{
border-color: #90CC04;
}
.TagClassName
{
border-color: #90CC04;
}
</style>