Shades of Citrus #80C902
Tints of Citrus #80C902
RGB
CMYK
RGB Variations
Color information
#80C902 (or 0x80C902) is known color: Citrus. HEX triplet: 80, C9 and 02. RGB value is (128,201,2). Sum of RGB (Red+Green+Blue) = 128+201+2=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 201 (78.91% from 255 or 60.73% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 201 - color contains mainly: green. Hex color #80C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C902 is #7F36FD. Grayscale: #9D9D9D. Windows color (decimal): -8337150 or 182656. OLE color: 182656.
HSL color Cylindrical-coordinate representation of color #80C902: hue angle of 82.01º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80C902 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.21 |
| HSL | 82.01º | 0.98% | 0.4% | - |
| HSV(B) | 82.01º | 0.99% | 0.79% | - |
| XYZ | 29.8 | 46.37 | 7.44 | - |
| YUV | 156.49 | 40.82 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 2 | 0.36 | 0 | 0.99 | 0.21 | 82.01 | 0.98 | 0.4 |
| Hex | 80 | C9 | 2 | 24 | 0 | 63 | 15 | 52 | 62 | 28 |
| Octal | 200 | 311 | 2 | 44 | 0 | 143 | 25 | 122 | 142 | 50 |
| Binary | 10000000 | 11001001 | 10 | 100100 | 0 | 1100011 | 10101 | 1010010 | 1100010 | 101000 |
Color Harmonies of #80C902
Complementary color
Monochromatic Colors of #80C902
Black with #80C902
Text Example
Text Example
White with #80C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C902; }
p { color: rgb(128,201,2); }
H1.HeaderClassName
{
color: #80C902;
}
.AnyTagClassName
{
color: #80C902;
}
</style>
background-color css
<style>
a { background-color: #80C902; }
a { background-color: rgb(128,201,2); }
div.DivClassName
{
background-color: #80C902;
}
.BgClassName
{
background-color: #80C902;
}
</style>
border-color css
<style>
span { border-color: #80C902; }
span { border-color: rgb(128,201,2); }
td.TdClassName
{
border-color: #80C902;
}
.TagClassName
{
border-color: #80C902;
}
</style>