Shades of Chelsea Cucumber #7FAF50
Tints of Chelsea Cucumber #7FAF50
RGB
CMYK
RGB Variations
Color information
#7FAF50 (or 0x7FAF50) is known color: Chelsea Cucumber. HEX triplet: 7F, AF and 50. RGB value is (127,175,80). Sum of RGB (Red+Green+Blue) = 127+175+80=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF50 is #8050AF. Grayscale: #969696. Windows color (decimal): -8409264 or 5287807. OLE color: 5287807.
HSL color Cylindrical-coordinate representation of color #7FAF50: hue angle of 90.32º 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 #7FAF50 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 175 | 80 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.31 |
| HSL | 90.32º | 0.37% | 0.5% | - |
| HSV(B) | 90.32º | 0.54% | 0.69% | - |
| XYZ | 25.53 | 35.75 | 13.14 | - |
| YUV | 149.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 175 | 80 | 0.27 | 0 | 0.54 | 0.31 | 90.32 | 0.37 | 0.5 |
| Hex | 7F | AF | 50 | 1B | 0 | 36 | 1F | 5A | 25 | 32 |
| Octal | 177 | 257 | 120 | 33 | 0 | 66 | 37 | 132 | 45 | 62 |
| Binary | 1111111 | 10101111 | 1010000 | 11011 | 0 | 110110 | 11111 | 1011010 | 100101 | 110010 |
Color Harmonies of #7FAF50
Complementary color
Monochromatic Colors of #7FAF50
Black with #7FAF50
Text Example
Text Example
White with #7FAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAF50; }
p { color: rgb(127,175,80); }
H1.HeaderClassName
{
color: #7FAF50;
}
.AnyTagClassName
{
color: #7FAF50;
}
</style>
background-color css
<style>
a { background-color: #7FAF50; }
a { background-color: rgb(127,175,80); }
div.DivClassName
{
background-color: #7FAF50;
}
.BgClassName
{
background-color: #7FAF50;
}
</style>
border-color css
<style>
span { border-color: #7FAF50; }
span { border-color: rgb(127,175,80); }
td.TdClassName
{
border-color: #7FAF50;
}
.TagClassName
{
border-color: #7FAF50;
}
</style>