Shades of Citrus #80C703
Tints of Citrus #80C703
RGB
CMYK
RGB Variations
Color information
#80C703 (or 0x80C703) is known color: Citrus. HEX triplet: 80, C7 and 03. RGB value is (128,199,3). Sum of RGB (Red+Green+Blue) = 128+199+3=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #80C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C703 is #7F38FC. Grayscale: #9C9C9C. Windows color (decimal): -8337661 or 247680. OLE color: 247680.
HSL color Cylindrical-coordinate representation of color #80C703: hue angle of 81.73º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80C703 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 3 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.22 |
| HSL | 81.73º | 0.97% | 0.4% | - |
| HSV(B) | 81.73º | 0.98% | 0.78% | - |
| XYZ | 29.34 | 45.44 | 7.31 | - |
| YUV | 155.43 | 41.98 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 3 | 0.36 | 0 | 0.98 | 0.22 | 81.73 | 0.97 | 0.4 |
| Hex | 80 | C7 | 3 | 24 | 0 | 62 | 16 | 52 | 61 | 28 |
| Octal | 200 | 307 | 3 | 44 | 0 | 142 | 26 | 122 | 141 | 50 |
| Binary | 10000000 | 11000111 | 11 | 100100 | 0 | 1100010 | 10110 | 1010010 | 1100001 | 101000 |
Color Harmonies of #80C703
Complementary color
Monochromatic Colors of #80C703
Black with #80C703
Text Example
Text Example
White with #80C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C703; }
p { color: rgb(128,199,3); }
H1.HeaderClassName
{
color: #80C703;
}
.AnyTagClassName
{
color: #80C703;
}
</style>
background-color css
<style>
a { background-color: #80C703; }
a { background-color: rgb(128,199,3); }
div.DivClassName
{
background-color: #80C703;
}
.BgClassName
{
background-color: #80C703;
}
</style>
border-color css
<style>
span { border-color: #80C703; }
span { border-color: rgb(128,199,3); }
td.TdClassName
{
border-color: #80C703;
}
.TagClassName
{
border-color: #80C703;
}
</style>