Shades of Chelsea Cucumber #7EAF50
Tints of Chelsea Cucumber #7EAF50
RGB
CMYK
RGB Variations
Color information
#7EAF50 (or 0x7EAF50) is known color: Chelsea Cucumber. HEX triplet: 7E, AF and 50. RGB value is (126,175,80). Sum of RGB (Red+Green+Blue) = 126+175+80=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7EAF50 is #8150AF. Grayscale: #959595. Windows color (decimal): -8474800 or 5287806. OLE color: 5287806.
HSL color Cylindrical-coordinate representation of color #7EAF50: hue angle of 90.95º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EAF50 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 175 | 80 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.31 |
| HSL | 90.95º | 0.37% | 0.5% | - |
| HSV(B) | 90.95º | 0.54% | 0.69% | - |
| XYZ | 25.38 | 35.67 | 13.14 | - |
| YUV | 149.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 175 | 80 | 0.28 | 0 | 0.54 | 0.31 | 90.95 | 0.37 | 0.5 |
| Hex | 7E | AF | 50 | 1C | 0 | 36 | 1F | 5B | 25 | 32 |
| Octal | 176 | 257 | 120 | 34 | 0 | 66 | 37 | 133 | 45 | 62 |
| Binary | 1111110 | 10101111 | 1010000 | 11100 | 0 | 110110 | 11111 | 1011011 | 100101 | 110010 |
Color Harmonies of #7EAF50
Complementary color
Monochromatic Colors of #7EAF50
Black with #7EAF50
Text Example
Text Example
White with #7EAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAF50; }
p { color: rgb(126,175,80); }
H1.HeaderClassName
{
color: #7EAF50;
}
.AnyTagClassName
{
color: #7EAF50;
}
</style>
background-color css
<style>
a { background-color: #7EAF50; }
a { background-color: rgb(126,175,80); }
div.DivClassName
{
background-color: #7EAF50;
}
.BgClassName
{
background-color: #7EAF50;
}
</style>
border-color css
<style>
span { border-color: #7EAF50; }
span { border-color: rgb(126,175,80); }
td.TdClassName
{
border-color: #7EAF50;
}
.TagClassName
{
border-color: #7EAF50;
}
</style>