Shades of Chelsea Cucumber #8DAF65
Tints of Chelsea Cucumber #8DAF65
RGB
CMYK
RGB Variations
Color information
#8DAF65 (or 0x8DAF65) is known color: Chelsea Cucumber. HEX triplet: 8D, AF and 65. RGB value is (141,175,101). Sum of RGB (Red+Green+Blue) = 141+175+101=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAF65 is #72509A. Grayscale: #9C9C9C. Windows color (decimal): -7491739 or 6664077. OLE color: 6664077.
HSL color Cylindrical-coordinate representation of color #8DAF65: hue angle of 87.57º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DAF65 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 175 | 101 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.31 |
| HSL | 87.57º | 0.32% | 0.54% | - |
| HSV(B) | 87.57º | 0.42% | 0.69% | - |
| XYZ | 28.66 | 37.26 | 17.99 | - |
| YUV | 156.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 175 | 101 | 0.19 | 0 | 0.42 | 0.31 | 87.57 | 0.32 | 0.54 |
| Hex | 8D | AF | 65 | 13 | 0 | 2A | 1F | 58 | 20 | 36 |
| Octal | 215 | 257 | 145 | 23 | 0 | 52 | 37 | 130 | 40 | 66 |
| Binary | 10001101 | 10101111 | 1100101 | 10011 | 0 | 101010 | 11111 | 1011000 | 100000 | 110110 |
Color Harmonies of #8DAF65
Complementary color
Monochromatic Colors of #8DAF65
Black with #8DAF65
Text Example
Text Example
White with #8DAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAF65; }
p { color: rgb(141,175,101); }
H1.HeaderClassName
{
color: #8DAF65;
}
.AnyTagClassName
{
color: #8DAF65;
}
</style>
background-color css
<style>
a { background-color: #8DAF65; }
a { background-color: rgb(141,175,101); }
div.DivClassName
{
background-color: #8DAF65;
}
.BgClassName
{
background-color: #8DAF65;
}
</style>
border-color css
<style>
span { border-color: #8DAF65; }
span { border-color: rgb(141,175,101); }
td.TdClassName
{
border-color: #8DAF65;
}
.TagClassName
{
border-color: #8DAF65;
}
</style>