Shades of Chelsea Cucumber #8DB74B
Tints of Chelsea Cucumber #8DB74B
RGB
CMYK
RGB Variations
Color information
#8DB74B (or 0x8DB74B) is known color: Chelsea Cucumber. HEX triplet: 8D, B7 and 4B. RGB value is (141,183,75). Sum of RGB (Red+Green+Blue) = 141+183+75=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB74B is #7248B4. Grayscale: #9E9E9E. Windows color (decimal): -7489717 or 4962189. OLE color: 4962189.
HSL color Cylindrical-coordinate representation of color #8DB74B: hue angle of 83.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DB74B is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 75 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.28 |
| HSL | 83.33º | 0.43% | 0.51% | - |
| HSV(B) | 83.33º | 0.59% | 0.72% | - |
| XYZ | 29.19 | 40.04 | 12.85 | - |
| YUV | 158.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 75 | 0.23 | 0 | 0.59 | 0.28 | 83.33 | 0.43 | 0.51 |
| Hex | 8D | B7 | 4B | 17 | 0 | 3B | 1C | 53 | 2B | 33 |
| Octal | 215 | 267 | 113 | 27 | 0 | 73 | 34 | 123 | 53 | 63 |
| Binary | 10001101 | 10110111 | 1001011 | 10111 | 0 | 111011 | 11100 | 1010011 | 101011 | 110011 |
Color Harmonies of #8DB74B
Complementary color
Monochromatic Colors of #8DB74B
Black with #8DB74B
Text Example
Text Example
White with #8DB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB74B; }
p { color: rgb(141,183,75); }
H1.HeaderClassName
{
color: #8DB74B;
}
.AnyTagClassName
{
color: #8DB74B;
}
</style>
background-color css
<style>
a { background-color: #8DB74B; }
a { background-color: rgb(141,183,75); }
div.DivClassName
{
background-color: #8DB74B;
}
.BgClassName
{
background-color: #8DB74B;
}
</style>
border-color css
<style>
span { border-color: #8DB74B; }
span { border-color: rgb(141,183,75); }
td.TdClassName
{
border-color: #8DB74B;
}
.TagClassName
{
border-color: #8DB74B;
}
</style>