Shades of Citrus #81C905
Tints of Citrus #81C905
RGB
CMYK
RGB Variations
Color information
#81C905 (or 0x81C905) is known color: Citrus. HEX triplet: 81, C9 and 05. RGB value is (129,201,5). Sum of RGB (Red+Green+Blue) = 129+201+5=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #81C905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C905 is #7E36FA. Grayscale: #9D9D9D. Windows color (decimal): -8271611 or 379265. OLE color: 379265.
HSL color Cylindrical-coordinate representation of color #81C905: hue angle of 82.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81C905 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.21 |
| HSL | 82.04º | 0.95% | 0.4% | - |
| HSV(B) | 82.04º | 0.98% | 0.79% | - |
| XYZ | 29.97 | 46.45 | 7.53 | - |
| YUV | 157.13 | 42.15 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 5 | 0.36 | 0 | 0.98 | 0.21 | 82.04 | 0.95 | 0.4 |
| Hex | 81 | C9 | 5 | 24 | 0 | 62 | 15 | 52 | 5F | 28 |
| Octal | 201 | 311 | 5 | 44 | 0 | 142 | 25 | 122 | 137 | 50 |
| Binary | 10000001 | 11001001 | 101 | 100100 | 0 | 1100010 | 10101 | 1010010 | 1011111 | 101000 |
Color Harmonies of #81C905
Complementary color
Monochromatic Colors of #81C905
Black with #81C905
Text Example
Text Example
White with #81C905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C905; }
p { color: rgb(129,201,5); }
H1.HeaderClassName
{
color: #81C905;
}
.AnyTagClassName
{
color: #81C905;
}
</style>
background-color css
<style>
a { background-color: #81C905; }
a { background-color: rgb(129,201,5); }
div.DivClassName
{
background-color: #81C905;
}
.BgClassName
{
background-color: #81C905;
}
</style>
border-color css
<style>
span { border-color: #81C905; }
span { border-color: rgb(129,201,5); }
td.TdClassName
{
border-color: #81C905;
}
.TagClassName
{
border-color: #81C905;
}
</style>