Shades of Chelsea Cucumber #80B64B
Tints of Chelsea Cucumber #80B64B
RGB
CMYK
RGB Variations
Color information
#80B64B (or 0x80B64B) is known color: Chelsea Cucumber. HEX triplet: 80, B6 and 4B. RGB value is (128,182,75). Sum of RGB (Red+Green+Blue) = 128+182+75=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #80B64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B64B is #7F49B4. Grayscale: #9A9A9A. Windows color (decimal): -8341941 or 4961920. OLE color: 4961920.
HSL color Cylindrical-coordinate representation of color #80B64B: hue angle of 90.28º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80B64B is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 182 | 75 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.29 |
| HSL | 90.28º | 0.42% | 0.5% | - |
| HSV(B) | 90.28º | 0.59% | 0.71% | - |
| XYZ | 26.9 | 38.55 | 12.68 | - |
| YUV | 153.66 | 83.61 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 75 | 0.30 | 0 | 0.59 | 0.29 | 90.28 | 0.42 | 0.5 |
| Hex | 80 | B6 | 4B | 1E | 0 | 3B | 1D | 5A | 2A | 32 |
| Octal | 200 | 266 | 113 | 36 | 0 | 73 | 35 | 132 | 52 | 62 |
| Binary | 10000000 | 10110110 | 1001011 | 11110 | 0 | 111011 | 11101 | 1011010 | 101010 | 110010 |
Color Harmonies of #80B64B
Complementary color
Monochromatic Colors of #80B64B
Black with #80B64B
Text Example
Text Example
White with #80B64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B64B; }
p { color: rgb(128,182,75); }
H1.HeaderClassName
{
color: #80B64B;
}
.AnyTagClassName
{
color: #80B64B;
}
</style>
background-color css
<style>
a { background-color: #80B64B; }
a { background-color: rgb(128,182,75); }
div.DivClassName
{
background-color: #80B64B;
}
.BgClassName
{
background-color: #80B64B;
}
</style>
border-color css
<style>
span { border-color: #80B64B; }
span { border-color: rgb(128,182,75); }
td.TdClassName
{
border-color: #80B64B;
}
.TagClassName
{
border-color: #80B64B;
}
</style>