Shades of Chelsea Cucumber #81B450
Tints of Chelsea Cucumber #81B450
RGB
CMYK
RGB Variations
Color information
#81B450 (or 0x81B450) is known color: Chelsea Cucumber. HEX triplet: 81, B4 and 50. RGB value is (129,180,80). Sum of RGB (Red+Green+Blue) = 129+180+80=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #81B450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B450 is #7E4BAF. Grayscale: #999999. Windows color (decimal): -8276912 or 5289089. OLE color: 5289089.
HSL color Cylindrical-coordinate representation of color #81B450: hue angle of 90.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81B450 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 80 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.29 |
| HSL | 90.6º | 0.4% | 0.51% | - |
| HSV(B) | 90.6º | 0.56% | 0.71% | - |
| XYZ | 26.82 | 37.89 | 13.49 | - |
| YUV | 153.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 80 | 0.28 | 0 | 0.56 | 0.29 | 90.6 | 0.4 | 0.51 |
| Hex | 81 | B4 | 50 | 1C | 0 | 38 | 1D | 5B | 28 | 33 |
| Octal | 201 | 264 | 120 | 34 | 0 | 70 | 35 | 133 | 50 | 63 |
| Binary | 10000001 | 10110100 | 1010000 | 11100 | 0 | 111000 | 11101 | 1011011 | 101000 | 110011 |
Color Harmonies of #81B450
Complementary color
Monochromatic Colors of #81B450
Black with #81B450
Text Example
Text Example
White with #81B450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B450; }
p { color: rgb(129,180,80); }
H1.HeaderClassName
{
color: #81B450;
}
.AnyTagClassName
{
color: #81B450;
}
</style>
background-color css
<style>
a { background-color: #81B450; }
a { background-color: rgb(129,180,80); }
div.DivClassName
{
background-color: #81B450;
}
.BgClassName
{
background-color: #81B450;
}
</style>
border-color css
<style>
span { border-color: #81B450; }
span { border-color: rgb(129,180,80); }
td.TdClassName
{
border-color: #81B450;
}
.TagClassName
{
border-color: #81B450;
}
</style>