Shades of Chelsea Cucumber #7FB441
Tints of Chelsea Cucumber #7FB441
RGB
CMYK
RGB Variations
Color information
#7FB441 (or 0x7FB441) is known color: Chelsea Cucumber. HEX triplet: 7F, B4 and 41. RGB value is (127,180,65). Sum of RGB (Red+Green+Blue) = 127+180+65=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FB441 is #804BBE. Grayscale: #979797. Windows color (decimal): -8407999 or 4306047. OLE color: 4306047.
HSL color Cylindrical-coordinate representation of color #7FB441: hue angle of 87.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7FB441 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 180 | 65 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.29 |
| HSL | 87.65º | 0.47% | 0.48% | - |
| HSV(B) | 87.65º | 0.64% | 0.71% | - |
| XYZ | 26.03 | 37.54 | 10.87 | - |
| YUV | 151.04 | 79.44 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 65 | 0.29 | 0 | 0.64 | 0.29 | 87.65 | 0.47 | 0.48 |
| Hex | 7F | B4 | 41 | 1D | 0 | 40 | 1D | 58 | 2F | 30 |
| Octal | 177 | 264 | 101 | 35 | 0 | 100 | 35 | 130 | 57 | 60 |
| Binary | 1111111 | 10110100 | 1000001 | 11101 | 0 | 1000000 | 11101 | 1011000 | 101111 | 110000 |
Color Harmonies of #7FB441
Complementary color
Monochromatic Colors of #7FB441
Black with #7FB441
Text Example
Text Example
White with #7FB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB441; }
p { color: rgb(127,180,65); }
H1.HeaderClassName
{
color: #7FB441;
}
.AnyTagClassName
{
color: #7FB441;
}
</style>
background-color css
<style>
a { background-color: #7FB441; }
a { background-color: rgb(127,180,65); }
div.DivClassName
{
background-color: #7FB441;
}
.BgClassName
{
background-color: #7FB441;
}
</style>
border-color css
<style>
span { border-color: #7FB441; }
span { border-color: rgb(127,180,65); }
td.TdClassName
{
border-color: #7FB441;
}
.TagClassName
{
border-color: #7FB441;
}
</style>