Shades of Chelsea Cucumber #81AF4B
Tints of Chelsea Cucumber #81AF4B
RGB
CMYK
RGB Variations
Color information
#81AF4B (or 0x81AF4B) is known color: Chelsea Cucumber. HEX triplet: 81, AF and 4B. RGB value is (129,175,75). Sum of RGB (Red+Green+Blue) = 129+175+75=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF4B is #7E50B4. Grayscale: #969696. Windows color (decimal): -8278197 or 4960129. OLE color: 4960129.
HSL color Cylindrical-coordinate representation of color #81AF4B: hue angle of 87.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81AF4B is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 75 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.31 |
| HSL | 87.6º | 0.4% | 0.49% | - |
| HSV(B) | 87.6º | 0.57% | 0.69% | - |
| XYZ | 25.65 | 35.84 | 12.22 | - |
| YUV | 149.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 75 | 0.26 | 0 | 0.57 | 0.31 | 87.6 | 0.4 | 0.49 |
| Hex | 81 | AF | 4B | 1A | 0 | 39 | 1F | 58 | 28 | 31 |
| Octal | 201 | 257 | 113 | 32 | 0 | 71 | 37 | 130 | 50 | 61 |
| Binary | 10000001 | 10101111 | 1001011 | 11010 | 0 | 111001 | 11111 | 1011000 | 101000 | 110001 |
Color Harmonies of #81AF4B
Complementary color
Monochromatic Colors of #81AF4B
Black with #81AF4B
Text Example
Text Example
White with #81AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF4B; }
p { color: rgb(129,175,75); }
H1.HeaderClassName
{
color: #81AF4B;
}
.AnyTagClassName
{
color: #81AF4B;
}
</style>
background-color css
<style>
a { background-color: #81AF4B; }
a { background-color: rgb(129,175,75); }
div.DivClassName
{
background-color: #81AF4B;
}
.BgClassName
{
background-color: #81AF4B;
}
</style>
border-color css
<style>
span { border-color: #81AF4B; }
span { border-color: rgb(129,175,75); }
td.TdClassName
{
border-color: #81AF4B;
}
.TagClassName
{
border-color: #81AF4B;
}
</style>