Shades of Citrus #81CF04
Tints of Citrus #81CF04
RGB
CMYK
RGB Variations
Color information
#81CF04 (or 0x81CF04) is known color: Citrus. HEX triplet: 81, CF and 04. RGB value is (129,207,4). Sum of RGB (Red+Green+Blue) = 129+207+4=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CF04 is #7E30FB. Grayscale: #A1A1A1. Windows color (decimal): -8270076 or 315265. OLE color: 315265.
HSL color Cylindrical-coordinate representation of color #81CF04: hue angle of 83.05º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81CF04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.19 |
| HSL | 83.05º | 0.96% | 0.41% | - |
| HSV(B) | 83.05º | 0.98% | 0.81% | - |
| XYZ | 31.39 | 49.3 | 7.98 | - |
| YUV | 160.54 | 39.66 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 4 | 0.38 | 0 | 0.98 | 0.19 | 83.05 | 0.96 | 0.41 |
| Hex | 81 | CF | 4 | 26 | 0 | 62 | 13 | 53 | 60 | 29 |
| Octal | 201 | 317 | 4 | 46 | 0 | 142 | 23 | 123 | 140 | 51 |
| Binary | 10000001 | 11001111 | 100 | 100110 | 0 | 1100010 | 10011 | 1010011 | 1100000 | 101001 |
Color Harmonies of #81CF04
Complementary color
Monochromatic Colors of #81CF04
Black with #81CF04
Text Example
Text Example
White with #81CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF04; }
p { color: rgb(129,207,4); }
H1.HeaderClassName
{
color: #81CF04;
}
.AnyTagClassName
{
color: #81CF04;
}
</style>
background-color css
<style>
a { background-color: #81CF04; }
a { background-color: rgb(129,207,4); }
div.DivClassName
{
background-color: #81CF04;
}
.BgClassName
{
background-color: #81CF04;
}
</style>
border-color css
<style>
span { border-color: #81CF04; }
span { border-color: rgb(129,207,4); }
td.TdClassName
{
border-color: #81CF04;
}
.TagClassName
{
border-color: #81CF04;
}
</style>