Shades of Chelsea Cucumber #81B745
Tints of Chelsea Cucumber #81B745
RGB
CMYK
RGB Variations
Color information
#81B745 (or 0x81B745) is known color: Chelsea Cucumber. HEX triplet: 81, B7 and 45. RGB value is (129,183,69). Sum of RGB (Red+Green+Blue) = 129+183+69=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #81B745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B745 is #7E48BA. Grayscale: #9A9A9A. Windows color (decimal): -8276155 or 4568961. OLE color: 4568961.
HSL color Cylindrical-coordinate representation of color #81B745: hue angle of 88.42º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81B745 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 69 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.28 |
| HSL | 88.42º | 0.45% | 0.49% | - |
| HSV(B) | 88.42º | 0.62% | 0.72% | - |
| XYZ | 27.06 | 38.96 | 11.72 | - |
| YUV | 153.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 69 | 0.30 | 0 | 0.62 | 0.28 | 88.42 | 0.45 | 0.49 |
| Hex | 81 | B7 | 45 | 1E | 0 | 3E | 1C | 58 | 2D | 31 |
| Octal | 201 | 267 | 105 | 36 | 0 | 76 | 34 | 130 | 55 | 61 |
| Binary | 10000001 | 10110111 | 1000101 | 11110 | 0 | 111110 | 11100 | 1011000 | 101101 | 110001 |
Color Harmonies of #81B745
Complementary color
Monochromatic Colors of #81B745
Black with #81B745
Text Example
Text Example
White with #81B745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B745; }
p { color: rgb(129,183,69); }
H1.HeaderClassName
{
color: #81B745;
}
.AnyTagClassName
{
color: #81B745;
}
</style>
background-color css
<style>
a { background-color: #81B745; }
a { background-color: rgb(129,183,69); }
div.DivClassName
{
background-color: #81B745;
}
.BgClassName
{
background-color: #81B745;
}
</style>
border-color css
<style>
span { border-color: #81B745; }
span { border-color: rgb(129,183,69); }
td.TdClassName
{
border-color: #81B745;
}
.TagClassName
{
border-color: #81B745;
}
</style>