Shades of Citrus #81C200
Tints of Citrus #81C200
RGB
CMYK
RGB Variations
Color information
#81C200 (or 0x81C200) is known color: Citrus. HEX triplet: 81, C2 and 00. RGB value is (129,194,0). Sum of RGB (Red+Green+Blue) = 129+194+0=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #81C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C200 is #7E3DFF. Grayscale: #999999. Windows color (decimal): -8273408 or 49793. OLE color: 49793.
HSL color Cylindrical-coordinate representation of color #81C200: hue angle of 80.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81C200 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.24 |
| HSL | 80.1º | 1% | 0.38% | - |
| HSV(B) | 80.1º | 1% | 0.76% | - |
| XYZ | 28.35 | 43.25 | 6.85 | - |
| YUV | 152.45 | 41.97 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 0 | 0.34 | 0 | 1 | 0.24 | 80.1 | 1 | 0.38 |
| Hex | 81 | C2 | 0 | 22 | 0 | 64 | 18 | 50 | 64 | 26 |
| Octal | 201 | 302 | 0 | 42 | 0 | 144 | 30 | 120 | 144 | 46 |
| Binary | 10000001 | 11000010 | 0 | 100010 | 0 | 1100100 | 11000 | 1010000 | 1100100 | 100110 |
Color Harmonies of #81C200
Complementary color
Monochromatic Colors of #81C200
Black with #81C200
Text Example
Text Example
White with #81C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C200; }
p { color: rgb(129,194,0); }
H1.HeaderClassName
{
color: #81C200;
}
.AnyTagClassName
{
color: #81C200;
}
</style>
background-color css
<style>
a { background-color: #81C200; }
a { background-color: rgb(129,194,0); }
div.DivClassName
{
background-color: #81C200;
}
.BgClassName
{
background-color: #81C200;
}
</style>
border-color css
<style>
span { border-color: #81C200; }
span { border-color: rgb(129,194,0); }
td.TdClassName
{
border-color: #81C200;
}
.TagClassName
{
border-color: #81C200;
}
</style>