Shades of Chelsea Cucumber #8DA250
Tints of Chelsea Cucumber #8DA250
RGB
CMYK
RGB Variations
Color information
#8DA250 (or 0x8DA250) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 50. RGB value is (141,162,80). Sum of RGB (Red+Green+Blue) = 141+162+80=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA250 is #725DAF. Grayscale: #929292. Windows color (decimal): -7495088 or 5284493. OLE color: 5284493.
HSL color Cylindrical-coordinate representation of color #8DA250: hue angle of 75.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DA250 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 80 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.36 |
| HSL | 75.37º | 0.34% | 0.47% | - |
| HSV(B) | 75.37º | 0.51% | 0.64% | - |
| XYZ | 25.35 | 32.08 | 12.45 | - |
| YUV | 146.37 | 90.54 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 80 | 0.13 | 0 | 0.51 | 0.36 | 75.37 | 0.34 | 0.47 |
| Hex | 8D | A2 | 50 | D | 0 | 33 | 24 | 4B | 22 | 2F |
| Octal | 215 | 242 | 120 | 15 | 0 | 63 | 44 | 113 | 42 | 57 |
| Binary | 10001101 | 10100010 | 1010000 | 1101 | 0 | 110011 | 100100 | 1001011 | 100010 | 101111 |
Color Harmonies of #8DA250
Complementary color
Monochromatic Colors of #8DA250
Black with #8DA250
Text Example
Text Example
White with #8DA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA250; }
p { color: rgb(141,162,80); }
H1.HeaderClassName
{
color: #8DA250;
}
.AnyTagClassName
{
color: #8DA250;
}
</style>
background-color css
<style>
a { background-color: #8DA250; }
a { background-color: rgb(141,162,80); }
div.DivClassName
{
background-color: #8DA250;
}
.BgClassName
{
background-color: #8DA250;
}
</style>
border-color css
<style>
span { border-color: #8DA250; }
span { border-color: rgb(141,162,80); }
td.TdClassName
{
border-color: #8DA250;
}
.TagClassName
{
border-color: #8DA250;
}
</style>