Shades of Citrus #81CF05
Tints of Citrus #81CF05
RGB
CMYK
RGB Variations
Color information
#81CF05 (or 0x81CF05) is known color: Citrus. HEX triplet: 81, CF and 05. RGB value is (129,207,5). Sum of RGB (Red+Green+Blue) = 129+207+5=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CF05 is #7E30FA. Grayscale: #A1A1A1. Windows color (decimal): -8270075 or 380801. OLE color: 380801.
HSL color Cylindrical-coordinate representation of color #81CF05: hue angle of 83.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81CF05 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 5 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.19 |
| HSL | 83.17º | 0.95% | 0.42% | - |
| HSV(B) | 83.17º | 0.98% | 0.81% | - |
| XYZ | 31.39 | 49.3 | 8.01 | - |
| YUV | 160.65 | 40.16 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 5 | 0.38 | 0 | 0.98 | 0.19 | 83.17 | 0.95 | 0.42 |
| Hex | 81 | CF | 5 | 26 | 0 | 62 | 13 | 53 | 5F | 2A |
| Octal | 201 | 317 | 5 | 46 | 0 | 142 | 23 | 123 | 137 | 52 |
| Binary | 10000001 | 11001111 | 101 | 100110 | 0 | 1100010 | 10011 | 1010011 | 1011111 | 101010 |
Color Harmonies of #81CF05
Complementary color
Monochromatic Colors of #81CF05
Black with #81CF05
Text Example
Text Example
White with #81CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF05; }
p { color: rgb(129,207,5); }
H1.HeaderClassName
{
color: #81CF05;
}
.AnyTagClassName
{
color: #81CF05;
}
</style>
background-color css
<style>
a { background-color: #81CF05; }
a { background-color: rgb(129,207,5); }
div.DivClassName
{
background-color: #81CF05;
}
.BgClassName
{
background-color: #81CF05;
}
</style>
border-color css
<style>
span { border-color: #81CF05; }
span { border-color: rgb(129,207,5); }
td.TdClassName
{
border-color: #81CF05;
}
.TagClassName
{
border-color: #81CF05;
}
</style>