Shades of Citrus #80C002
Tints of Citrus #80C002
RGB
CMYK
RGB Variations
Color information
#80C002 (or 0x80C002) is known color: Citrus. HEX triplet: 80, C0 and 02. RGB value is (128,192,2). Sum of RGB (Red+Green+Blue) = 128+192+2=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #80C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C002 is #7F3FFD. Grayscale: #979797. Windows color (decimal): -8339454 or 180352. OLE color: 180352.
HSL color Cylindrical-coordinate representation of color #80C002: hue angle of 80.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80C002 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.25 |
| HSL | 80.21º | 0.98% | 0.38% | - |
| HSV(B) | 80.21º | 0.99% | 0.75% | - |
| XYZ | 27.76 | 42.29 | 6.76 | - |
| YUV | 151.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 2 | 0.33 | 0 | 0.99 | 0.25 | 80.21 | 0.98 | 0.38 |
| Hex | 80 | C0 | 2 | 21 | 0 | 63 | 19 | 50 | 62 | 26 |
| Octal | 200 | 300 | 2 | 41 | 0 | 143 | 31 | 120 | 142 | 46 |
| Binary | 10000000 | 11000000 | 10 | 100001 | 0 | 1100011 | 11001 | 1010000 | 1100010 | 100110 |
Color Harmonies of #80C002
Complementary color
Monochromatic Colors of #80C002
Black with #80C002
Text Example
Text Example
White with #80C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C002; }
p { color: rgb(128,192,2); }
H1.HeaderClassName
{
color: #80C002;
}
.AnyTagClassName
{
color: #80C002;
}
</style>
background-color css
<style>
a { background-color: #80C002; }
a { background-color: rgb(128,192,2); }
div.DivClassName
{
background-color: #80C002;
}
.BgClassName
{
background-color: #80C002;
}
</style>
border-color css
<style>
span { border-color: #80C002; }
span { border-color: rgb(128,192,2); }
td.TdClassName
{
border-color: #80C002;
}
.TagClassName
{
border-color: #80C002;
}
</style>