Shades of Citrus #81C103
Tints of Citrus #81C103
RGB
CMYK
RGB Variations
Color information
#81C103 (or 0x81C103) is known color: Citrus. HEX triplet: 81, C1 and 03. RGB value is (129,193,3). Sum of RGB (Red+Green+Blue) = 129+193+3=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #81C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C103 is #7E3EFC. Grayscale: #989898. Windows color (decimal): -8273661 or 246145. OLE color: 246145.
HSL color Cylindrical-coordinate representation of color #81C103: hue angle of 80.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81C103 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 3 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.24 |
| HSL | 80.21º | 0.97% | 0.38% | - |
| HSV(B) | 80.21º | 0.98% | 0.76% | - |
| XYZ | 28.14 | 42.81 | 6.87 | - |
| YUV | 152.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 3 | 0.33 | 0 | 0.98 | 0.24 | 80.21 | 0.97 | 0.38 |
| Hex | 81 | C1 | 3 | 21 | 0 | 62 | 18 | 50 | 61 | 26 |
| Octal | 201 | 301 | 3 | 41 | 0 | 142 | 30 | 120 | 141 | 46 |
| Binary | 10000001 | 11000001 | 11 | 100001 | 0 | 1100010 | 11000 | 1010000 | 1100001 | 100110 |
Color Harmonies of #81C103
Complementary color
Monochromatic Colors of #81C103
Black with #81C103
Text Example
Text Example
White with #81C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C103; }
p { color: rgb(129,193,3); }
H1.HeaderClassName
{
color: #81C103;
}
.AnyTagClassName
{
color: #81C103;
}
</style>
background-color css
<style>
a { background-color: #81C103; }
a { background-color: rgb(129,193,3); }
div.DivClassName
{
background-color: #81C103;
}
.BgClassName
{
background-color: #81C103;
}
</style>
border-color css
<style>
span { border-color: #81C103; }
span { border-color: rgb(129,193,3); }
td.TdClassName
{
border-color: #81C103;
}
.TagClassName
{
border-color: #81C103;
}
</style>