Shades of Citrus #80C801
Tints of Citrus #80C801
RGB
CMYK
RGB Variations
Color information
#80C801 (or 0x80C801) is known color: Citrus. HEX triplet: 80, C8 and 01. RGB value is (128,200,1). Sum of RGB (Red+Green+Blue) = 128+200+1=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #80C801 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C801 is #7F37FE. Grayscale: #9C9C9C. Windows color (decimal): -8337407 or 116864. OLE color: 116864.
HSL color Cylindrical-coordinate representation of color #80C801: hue angle of 81.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80C801 is Cyan = 0.36, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 1 | - |
| CMYK | 0.36 | 0 | 1.00 | 0.22 |
| HSL | 81.71º | 0.99% | 0.39% | - |
| HSV(B) | 81.71º | 1% | 0.78% | - |
| XYZ | 29.56 | 45.9 | 7.33 | - |
| YUV | 155.79 | 40.65 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 1 | 0.36 | 0 | 1.00 | 0.22 | 81.71 | 0.99 | 0.39 |
| Hex | 80 | C8 | 1 | 24 | 0 | 64 | 16 | 52 | 63 | 27 |
| Octal | 200 | 310 | 1 | 44 | 0 | 144 | 26 | 122 | 143 | 47 |
| Binary | 10000000 | 11001000 | 1 | 100100 | 0 | 1100100 | 10110 | 1010010 | 1100011 | 100111 |
Color Harmonies of #80C801
Complementary color
Monochromatic Colors of #80C801
Black with #80C801
Text Example
Text Example
White with #80C801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C801; }
p { color: rgb(128,200,1); }
H1.HeaderClassName
{
color: #80C801;
}
.AnyTagClassName
{
color: #80C801;
}
</style>
background-color css
<style>
a { background-color: #80C801; }
a { background-color: rgb(128,200,1); }
div.DivClassName
{
background-color: #80C801;
}
.BgClassName
{
background-color: #80C801;
}
</style>
border-color css
<style>
span { border-color: #80C801; }
span { border-color: rgb(128,200,1); }
td.TdClassName
{
border-color: #80C801;
}
.TagClassName
{
border-color: #80C801;
}
</style>