Shades of Chelsea Cucumber #7EB14C
Tints of Chelsea Cucumber #7EB14C
RGB
CMYK
RGB Variations
Color information
#7EB14C (or 0x7EB14C) is known color: Chelsea Cucumber. HEX triplet: 7E, B1 and 4C. RGB value is (126,177,76). Sum of RGB (Red+Green+Blue) = 126+177+76=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB14C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB14C is #814EB3. Grayscale: #969696. Windows color (decimal): -8474292 or 5026174. OLE color: 5026174.
HSL color Cylindrical-coordinate representation of color #7EB14C: hue angle of 90.3º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7EB14C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 126 | 177 | 76 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.31 |
| HSL | 90.3º | 0.4% | 0.5% | - |
| HSV(B) | 90.3º | 0.57% | 0.69% | - |
| XYZ | 25.63 | 36.4 | 12.51 | - |
| YUV | 150.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 177 | 76 | 0.29 | 0 | 0.57 | 0.31 | 90.3 | 0.4 | 0.5 |
| Hex | 7E | B1 | 4C | 1D | 0 | 39 | 1F | 5A | 28 | 32 |
| Octal | 176 | 261 | 114 | 35 | 0 | 71 | 37 | 132 | 50 | 62 |
| Binary | 1111110 | 10110001 | 1001100 | 11101 | 0 | 111001 | 11111 | 1011010 | 101000 | 110010 |
Color Harmonies of #7EB14C
Complementary color
Monochromatic Colors of #7EB14C
Black with #7EB14C
Text Example
Text Example
White with #7EB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB14C; }
p { color: rgb(126,177,76); }
H1.HeaderClassName
{
color: #7EB14C;
}
.AnyTagClassName
{
color: #7EB14C;
}
</style>
background-color css
<style>
a { background-color: #7EB14C; }
a { background-color: rgb(126,177,76); }
div.DivClassName
{
background-color: #7EB14C;
}
.BgClassName
{
background-color: #7EB14C;
}
</style>
border-color css
<style>
span { border-color: #7EB14C; }
span { border-color: rgb(126,177,76); }
td.TdClassName
{
border-color: #7EB14C;
}
.TagClassName
{
border-color: #7EB14C;
}
</style>