Shades of Citrus #81BA02
Tints of Citrus #81BA02
RGB
CMYK
RGB Variations
Color information
#81BA02 (or 0x81BA02) is known color: Citrus. HEX triplet: 81, BA and 02. RGB value is (129,186,2). Sum of RGB (Red+Green+Blue) = 129+186+2=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA02 is #7E45FD. Grayscale: #949494. Windows color (decimal): -8275454 or 178817. OLE color: 178817.
HSL color Cylindrical-coordinate representation of color #81BA02: hue angle of 78.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81BA02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.27 |
| HSL | 78.59º | 0.98% | 0.37% | - |
| HSV(B) | 78.59º | 0.99% | 0.73% | - |
| XYZ | 26.62 | 39.79 | 6.33 | - |
| YUV | 147.98 | 45.62 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 2 | 0.31 | 0 | 0.99 | 0.27 | 78.59 | 0.98 | 0.37 |
| Hex | 81 | BA | 2 | 1F | 0 | 63 | 1B | 4F | 62 | 25 |
| Octal | 201 | 272 | 2 | 37 | 0 | 143 | 33 | 117 | 142 | 45 |
| Binary | 10000001 | 10111010 | 10 | 11111 | 0 | 1100011 | 11011 | 1001111 | 1100010 | 100101 |
Color Harmonies of #81BA02
Complementary color
Monochromatic Colors of #81BA02
Black with #81BA02
Text Example
Text Example
White with #81BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA02; }
p { color: rgb(129,186,2); }
H1.HeaderClassName
{
color: #81BA02;
}
.AnyTagClassName
{
color: #81BA02;
}
</style>
background-color css
<style>
a { background-color: #81BA02; }
a { background-color: rgb(129,186,2); }
div.DivClassName
{
background-color: #81BA02;
}
.BgClassName
{
background-color: #81BA02;
}
</style>
border-color css
<style>
span { border-color: #81BA02; }
span { border-color: rgb(129,186,2); }
td.TdClassName
{
border-color: #81BA02;
}
.TagClassName
{
border-color: #81BA02;
}
</style>