Shades of Citrus #81C902
Tints of Citrus #81C902
RGB
CMYK
RGB Variations
Color information
#81C902 (or 0x81C902) is known color: Citrus. HEX triplet: 81, C9 and 02. RGB value is (129,201,2). Sum of RGB (Red+Green+Blue) = 129+201+2=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #81C902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C902 is #7E36FD. Grayscale: #9D9D9D. Windows color (decimal): -8271614 or 182657. OLE color: 182657.
HSL color Cylindrical-coordinate representation of color #81C902: hue angle of 81.71º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81C902 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 2 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.21 |
| HSL | 81.71º | 0.98% | 0.4% | - |
| HSV(B) | 81.71º | 0.99% | 0.79% | - |
| XYZ | 29.95 | 46.44 | 7.44 | - |
| YUV | 156.79 | 40.65 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 2 | 0.36 | 0 | 0.99 | 0.21 | 81.71 | 0.98 | 0.4 |
| Hex | 81 | C9 | 2 | 24 | 0 | 63 | 15 | 52 | 62 | 28 |
| Octal | 201 | 311 | 2 | 44 | 0 | 143 | 25 | 122 | 142 | 50 |
| Binary | 10000001 | 11001001 | 10 | 100100 | 0 | 1100011 | 10101 | 1010010 | 1100010 | 101000 |
Color Harmonies of #81C902
Complementary color
Monochromatic Colors of #81C902
Black with #81C902
Text Example
Text Example
White with #81C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C902; }
p { color: rgb(129,201,2); }
H1.HeaderClassName
{
color: #81C902;
}
.AnyTagClassName
{
color: #81C902;
}
</style>
background-color css
<style>
a { background-color: #81C902; }
a { background-color: rgb(129,201,2); }
div.DivClassName
{
background-color: #81C902;
}
.BgClassName
{
background-color: #81C902;
}
</style>
border-color css
<style>
span { border-color: #81C902; }
span { border-color: rgb(129,201,2); }
td.TdClassName
{
border-color: #81C902;
}
.TagClassName
{
border-color: #81C902;
}
</style>