Shades of Citrus #80C001
Tints of Citrus #80C001
RGB
CMYK
RGB Variations
Color information
#80C001 (or 0x80C001) is known color: Citrus. HEX triplet: 80, C0 and 01. RGB value is (128,192,1). Sum of RGB (Red+Green+Blue) = 128+192+1=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #80C001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C001 is #7F3FFE. Grayscale: #979797. Windows color (decimal): -8339455 or 114816. OLE color: 114816.
HSL color Cylindrical-coordinate representation of color #80C001: hue angle of 80.1º degrees, saturation: 0.99, 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 #80C001 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 1 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.25 |
| HSL | 80.1º | 0.99% | 0.38% | - |
| HSV(B) | 80.1º | 0.99% | 0.75% | - |
| XYZ | 27.76 | 42.29 | 6.73 | - |
| YUV | 151.09 | 43.3 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 1 | 0.33 | 0 | 0.99 | 0.25 | 80.1 | 0.99 | 0.38 |
| Hex | 80 | C0 | 1 | 21 | 0 | 63 | 19 | 50 | 63 | 26 |
| Octal | 200 | 300 | 1 | 41 | 0 | 143 | 31 | 120 | 143 | 46 |
| Binary | 10000000 | 11000000 | 1 | 100001 | 0 | 1100011 | 11001 | 1010000 | 1100011 | 100110 |
Color Harmonies of #80C001
Complementary color
Monochromatic Colors of #80C001
Black with #80C001
Text Example
Text Example
White with #80C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C001; }
p { color: rgb(128,192,1); }
H1.HeaderClassName
{
color: #80C001;
}
.AnyTagClassName
{
color: #80C001;
}
</style>
background-color css
<style>
a { background-color: #80C001; }
a { background-color: rgb(128,192,1); }
div.DivClassName
{
background-color: #80C001;
}
.BgClassName
{
background-color: #80C001;
}
</style>
border-color css
<style>
span { border-color: #80C001; }
span { border-color: rgb(128,192,1); }
td.TdClassName
{
border-color: #80C001;
}
.TagClassName
{
border-color: #80C001;
}
</style>