Shades of Citrus #80CE05
Tints of Citrus #80CE05
RGB
CMYK
RGB Variations
Color information
#80CE05 (or 0x80CE05) is known color: Citrus. HEX triplet: 80, CE and 05. RGB value is (128,206,5). Sum of RGB (Red+Green+Blue) = 128+206+5=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 5 (2.34% from 255 or 1.47% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE05 is #7F31FA. Grayscale: #A0A0A0. Windows color (decimal): -8335867 or 380544. OLE color: 380544.
HSL color Cylindrical-coordinate representation of color #80CE05: hue angle of 83.28º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80CE05 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.19 |
| HSL | 83.28º | 0.95% | 0.41% | - |
| HSV(B) | 83.28º | 0.98% | 0.81% | - |
| XYZ | 31 | 48.74 | 7.92 | - |
| YUV | 159.76 | 40.66 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 5 | 0.38 | 0 | 0.98 | 0.19 | 83.28 | 0.95 | 0.41 |
| Hex | 80 | CE | 5 | 26 | 0 | 62 | 13 | 53 | 5F | 29 |
| Octal | 200 | 316 | 5 | 46 | 0 | 142 | 23 | 123 | 137 | 51 |
| Binary | 10000000 | 11001110 | 101 | 100110 | 0 | 1100010 | 10011 | 1010011 | 1011111 | 101001 |
Color Harmonies of #80CE05
Complementary color
Monochromatic Colors of #80CE05
Black with #80CE05
Text Example
Text Example
White with #80CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE05; }
p { color: rgb(128,206,5); }
H1.HeaderClassName
{
color: #80CE05;
}
.AnyTagClassName
{
color: #80CE05;
}
</style>
background-color css
<style>
a { background-color: #80CE05; }
a { background-color: rgb(128,206,5); }
div.DivClassName
{
background-color: #80CE05;
}
.BgClassName
{
background-color: #80CE05;
}
</style>
border-color css
<style>
span { border-color: #80CE05; }
span { border-color: rgb(128,206,5); }
td.TdClassName
{
border-color: #80CE05;
}
.TagClassName
{
border-color: #80CE05;
}
</style>