Shades of Chelsea Cucumber #8DB54F
Tints of Chelsea Cucumber #8DB54F
RGB
CMYK
RGB Variations
Color information
#8DB54F (or 0x8DB54F) is known color: Chelsea Cucumber. HEX triplet: 8D, B5 and 4F. RGB value is (141,181,79). Sum of RGB (Red+Green+Blue) = 141+181+79=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB54F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB54F is #724AB0. Grayscale: #9D9D9D. Windows color (decimal): -7490225 or 5223821. OLE color: 5223821.
HSL color Cylindrical-coordinate representation of color #8DB54F: hue angle of 83.53º degrees, saturation: 0.41, 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 #8DB54F is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 79 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.29 |
| HSL | 83.53º | 0.41% | 0.51% | - |
| HSV(B) | 83.53º | 0.56% | 0.71% | - |
| XYZ | 28.92 | 39.27 | 13.45 | - |
| YUV | 157.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 79 | 0.22 | 0 | 0.56 | 0.29 | 83.53 | 0.41 | 0.51 |
| Hex | 8D | B5 | 4F | 16 | 0 | 38 | 1D | 54 | 29 | 33 |
| Octal | 215 | 265 | 117 | 26 | 0 | 70 | 35 | 124 | 51 | 63 |
| Binary | 10001101 | 10110101 | 1001111 | 10110 | 0 | 111000 | 11101 | 1010100 | 101001 | 110011 |
Color Harmonies of #8DB54F
Complementary color
Monochromatic Colors of #8DB54F
Black with #8DB54F
Text Example
Text Example
White with #8DB54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB54F; }
p { color: rgb(141,181,79); }
H1.HeaderClassName
{
color: #8DB54F;
}
.AnyTagClassName
{
color: #8DB54F;
}
</style>
background-color css
<style>
a { background-color: #8DB54F; }
a { background-color: rgb(141,181,79); }
div.DivClassName
{
background-color: #8DB54F;
}
.BgClassName
{
background-color: #8DB54F;
}
</style>
border-color css
<style>
span { border-color: #8DB54F; }
span { border-color: rgb(141,181,79); }
td.TdClassName
{
border-color: #8DB54F;
}
.TagClassName
{
border-color: #8DB54F;
}
</style>