Shades of Citrus #90CD04
Tints of Citrus #90CD04
RGB
CMYK
RGB Variations
Color information
#90CD04 (or 0x90CD04) is known color: Citrus. HEX triplet: 90, CD and 04. RGB value is (144,205,4). Sum of RGB (Red+Green+Blue) = 144+205+4=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CD04 is #6F32FB. Grayscale: #A4A4A4. Windows color (decimal): -7287548 or 314768. OLE color: 314768.
HSL color Cylindrical-coordinate representation of color #90CD04: hue angle of 78.21º 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 #90CD04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.20 |
| HSL | 78.21º | 0.96% | 0.41% | - |
| HSV(B) | 78.21º | 0.98% | 0.8% | - |
| XYZ | 33.35 | 49.6 | 7.93 | - |
| YUV | 163.85 | 37.79 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 4 | 0.30 | 0 | 0.98 | 0.20 | 78.21 | 0.96 | 0.41 |
| Hex | 90 | CD | 4 | 1E | 0 | 62 | 14 | 4E | 60 | 29 |
| Octal | 220 | 315 | 4 | 36 | 0 | 142 | 24 | 116 | 140 | 51 |
| Binary | 10010000 | 11001101 | 100 | 11110 | 0 | 1100010 | 10100 | 1001110 | 1100000 | 101001 |
Color Harmonies of #90CD04
Complementary color
Monochromatic Colors of #90CD04
Black with #90CD04
Text Example
Text Example
White with #90CD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD04; }
p { color: rgb(144,205,4); }
H1.HeaderClassName
{
color: #90CD04;
}
.AnyTagClassName
{
color: #90CD04;
}
</style>
background-color css
<style>
a { background-color: #90CD04; }
a { background-color: rgb(144,205,4); }
div.DivClassName
{
background-color: #90CD04;
}
.BgClassName
{
background-color: #90CD04;
}
</style>
border-color css
<style>
span { border-color: #90CD04; }
span { border-color: rgb(144,205,4); }
td.TdClassName
{
border-color: #90CD04;
}
.TagClassName
{
border-color: #90CD04;
}
</style>