Shades of Citrus #80BC01
Tints of Citrus #80BC01
RGB
CMYK
RGB Variations
Color information
#80BC01 (or 0x80BC01) is known color: Citrus. HEX triplet: 80, BC and 01. RGB value is (128,188,1). Sum of RGB (Red+Green+Blue) = 128+188+1=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC01 is #7F43FE. Grayscale: #959595. Windows color (decimal): -8340479 or 113792. OLE color: 113792.
HSL color Cylindrical-coordinate representation of color #80BC01: hue angle of 79.25º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80BC01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.26 |
| HSL | 79.25º | 0.99% | 0.37% | - |
| HSV(B) | 79.25º | 0.99% | 0.74% | - |
| XYZ | 26.89 | 40.56 | 6.44 | - |
| YUV | 148.74 | 44.62 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 1 | 0.32 | 0 | 0.99 | 0.26 | 79.25 | 0.99 | 0.37 |
| Hex | 80 | BC | 1 | 20 | 0 | 63 | 1A | 4F | 63 | 25 |
| Octal | 200 | 274 | 1 | 40 | 0 | 143 | 32 | 117 | 143 | 45 |
| Binary | 10000000 | 10111100 | 1 | 100000 | 0 | 1100011 | 11010 | 1001111 | 1100011 | 100101 |
Color Harmonies of #80BC01
Complementary color
Monochromatic Colors of #80BC01
Black with #80BC01
Text Example
Text Example
White with #80BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC01; }
p { color: rgb(128,188,1); }
H1.HeaderClassName
{
color: #80BC01;
}
.AnyTagClassName
{
color: #80BC01;
}
</style>
background-color css
<style>
a { background-color: #80BC01; }
a { background-color: rgb(128,188,1); }
div.DivClassName
{
background-color: #80BC01;
}
.BgClassName
{
background-color: #80BC01;
}
</style>
border-color css
<style>
span { border-color: #80BC01; }
span { border-color: rgb(128,188,1); }
td.TdClassName
{
border-color: #80BC01;
}
.TagClassName
{
border-color: #80BC01;
}
</style>