Shades of Citrus #81C003
Tints of Citrus #81C003
RGB
CMYK
RGB Variations
Color information
#81C003 (or 0x81C003) is known color: Citrus. HEX triplet: 81, C0 and 03. RGB value is (129,192,3). Sum of RGB (Red+Green+Blue) = 129+192+3=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #81C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C003 is #7E3FFC. Grayscale: #989898. Windows color (decimal): -8273917 or 245889. OLE color: 245889.
HSL color Cylindrical-coordinate representation of color #81C003: hue angle of 80º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81C003 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.25 |
| HSL | 80º | 0.97% | 0.38% | - |
| HSV(B) | 80º | 0.98% | 0.75% | - |
| XYZ | 27.92 | 42.37 | 6.79 | - |
| YUV | 151.62 | 44.13 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 3 | 0.33 | 0 | 0.98 | 0.25 | 80 | 0.97 | 0.38 |
| Hex | 81 | C0 | 3 | 21 | 0 | 62 | 19 | 50 | 61 | 26 |
| Octal | 201 | 300 | 3 | 41 | 0 | 142 | 31 | 120 | 141 | 46 |
| Binary | 10000001 | 11000000 | 11 | 100001 | 0 | 1100010 | 11001 | 1010000 | 1100001 | 100110 |
Color Harmonies of #81C003
Complementary color
Monochromatic Colors of #81C003
Black with #81C003
Text Example
Text Example
White with #81C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C003; }
p { color: rgb(129,192,3); }
H1.HeaderClassName
{
color: #81C003;
}
.AnyTagClassName
{
color: #81C003;
}
</style>
background-color css
<style>
a { background-color: #81C003; }
a { background-color: rgb(129,192,3); }
div.DivClassName
{
background-color: #81C003;
}
.BgClassName
{
background-color: #81C003;
}
</style>
border-color css
<style>
span { border-color: #81C003; }
span { border-color: rgb(129,192,3); }
td.TdClassName
{
border-color: #81C003;
}
.TagClassName
{
border-color: #81C003;
}
</style>