Shades of Chelsea Cucumber #80B93F
Tints of Chelsea Cucumber #80B93F
RGB
CMYK
RGB Variations
Color information
#80B93F (or 0x80B93F) is known color: Chelsea Cucumber. HEX triplet: 80, B9 and 3F. RGB value is (128,185,63). Sum of RGB (Red+Green+Blue) = 128+185+63=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #80B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B93F is #7F46C0. Grayscale: #9A9A9A. Windows color (decimal): -8341185 or 4176256. OLE color: 4176256.
HSL color Cylindrical-coordinate representation of color #80B93F: hue angle of 88.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80B93F is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 63 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.27 |
| HSL | 88.03º | 0.49% | 0.49% | - |
| HSV(B) | 88.03º | 0.66% | 0.73% | - |
| XYZ | 27.15 | 39.65 | 10.92 | - |
| YUV | 154.05 | 76.62 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 63 | 0.31 | 0 | 0.66 | 0.27 | 88.03 | 0.49 | 0.49 |
| Hex | 80 | B9 | 3F | 1F | 0 | 42 | 1B | 58 | 31 | 31 |
| Octal | 200 | 271 | 77 | 37 | 0 | 102 | 33 | 130 | 61 | 61 |
| Binary | 10000000 | 10111001 | 111111 | 11111 | 0 | 1000010 | 11011 | 1011000 | 110001 | 110001 |
Color Harmonies of #80B93F
Complementary color
Monochromatic Colors of #80B93F
Black with #80B93F
Text Example
Text Example
White with #80B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B93F; }
p { color: rgb(128,185,63); }
H1.HeaderClassName
{
color: #80B93F;
}
.AnyTagClassName
{
color: #80B93F;
}
</style>
background-color css
<style>
a { background-color: #80B93F; }
a { background-color: rgb(128,185,63); }
div.DivClassName
{
background-color: #80B93F;
}
.BgClassName
{
background-color: #80B93F;
}
</style>
border-color css
<style>
span { border-color: #80B93F; }
span { border-color: rgb(128,185,63); }
td.TdClassName
{
border-color: #80B93F;
}
.TagClassName
{
border-color: #80B93F;
}
</style>