Shades of Citrus #80CC04
Tints of Citrus #80CC04
RGB
CMYK
RGB Variations
Color information
#80CC04 (or 0x80CC04) is known color: Citrus. HEX triplet: 80, CC and 04. RGB value is (128,204,4). Sum of RGB (Red+Green+Blue) = 128+204+4=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CC04 is #7F33FB. Grayscale: #9F9F9F. Windows color (decimal): -8336380 or 314496. OLE color: 314496.
HSL color Cylindrical-coordinate representation of color #80CC04: hue angle of 82.8º 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 #80CC04 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 4 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.2 |
| HSL | 82.8º | 0.96% | 0.41% | - |
| HSV(B) | 82.8º | 0.98% | 0.8% | - |
| XYZ | 30.52 | 47.78 | 7.73 | - |
| YUV | 158.48 | 40.82 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 4 | 0.37 | 0 | 0.98 | 0.2 | 82.8 | 0.96 | 0.41 |
| Hex | 80 | CC | 4 | 25 | 0 | 62 | 14 | 53 | 60 | 29 |
| Octal | 200 | 314 | 4 | 45 | 0 | 142 | 24 | 123 | 140 | 51 |
| Binary | 10000000 | 11001100 | 100 | 100101 | 0 | 1100010 | 10100 | 1010011 | 1100000 | 101001 |
Color Harmonies of #80CC04
Complementary color
Monochromatic Colors of #80CC04
Black with #80CC04
Text Example
Text Example
White with #80CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC04; }
p { color: rgb(128,204,4); }
H1.HeaderClassName
{
color: #80CC04;
}
.AnyTagClassName
{
color: #80CC04;
}
</style>
background-color css
<style>
a { background-color: #80CC04; }
a { background-color: rgb(128,204,4); }
div.DivClassName
{
background-color: #80CC04;
}
.BgClassName
{
background-color: #80CC04;
}
</style>
border-color css
<style>
span { border-color: #80CC04; }
span { border-color: rgb(128,204,4); }
td.TdClassName
{
border-color: #80CC04;
}
.TagClassName
{
border-color: #80CC04;
}
</style>