Shades of Citrus #81C202
Tints of Citrus #81C202
RGB
CMYK
RGB Variations
Color information
#81C202 (or 0x81C202) is known color: Citrus. HEX triplet: 81, C2 and 02. RGB value is (129,194,2). Sum of RGB (Red+Green+Blue) = 129+194+2=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #81C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C202 is #7E3DFD. Grayscale: #999999. Windows color (decimal): -8273406 or 180865. OLE color: 180865.
HSL color Cylindrical-coordinate representation of color #81C202: hue angle of 80.31º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81C202 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.24 |
| HSL | 80.31º | 0.98% | 0.38% | - |
| HSV(B) | 80.31º | 0.99% | 0.76% | - |
| XYZ | 28.36 | 43.26 | 6.91 | - |
| YUV | 152.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 2 | 0.34 | 0 | 0.99 | 0.24 | 80.31 | 0.98 | 0.38 |
| Hex | 81 | C2 | 2 | 22 | 0 | 63 | 18 | 50 | 62 | 26 |
| Octal | 201 | 302 | 2 | 42 | 0 | 143 | 30 | 120 | 142 | 46 |
| Binary | 10000001 | 11000010 | 10 | 100010 | 0 | 1100011 | 11000 | 1010000 | 1100010 | 100110 |
Color Harmonies of #81C202
Complementary color
Monochromatic Colors of #81C202
Black with #81C202
Text Example
Text Example
White with #81C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C202; }
p { color: rgb(129,194,2); }
H1.HeaderClassName
{
color: #81C202;
}
.AnyTagClassName
{
color: #81C202;
}
</style>
background-color css
<style>
a { background-color: #81C202; }
a { background-color: rgb(129,194,2); }
div.DivClassName
{
background-color: #81C202;
}
.BgClassName
{
background-color: #81C202;
}
</style>
border-color css
<style>
span { border-color: #81C202; }
span { border-color: rgb(129,194,2); }
td.TdClassName
{
border-color: #81C202;
}
.TagClassName
{
border-color: #81C202;
}
</style>