Shades of Chelsea Cucumber #93C050
Tints of Chelsea Cucumber #93C050
RGB
CMYK
RGB Variations
Color information
#93C050 (or 0x93C050) is known color: Chelsea Cucumber. HEX triplet: 93, C0 and 50. RGB value is (147,192,80). Sum of RGB (Red+Green+Blue) = 147+192+80=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #93C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C050 is #6C3FAF. Grayscale: #A6A6A6. Windows color (decimal): -7094192 or 5292179. OLE color: 5292179.
HSL color Cylindrical-coordinate representation of color #93C050: hue angle of 84.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93C050 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 80 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.25 |
| HSL | 84.11º | 0.47% | 0.53% | - |
| HSV(B) | 84.11º | 0.58% | 0.75% | - |
| XYZ | 32.33 | 44.48 | 14.47 | - |
| YUV | 165.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 80 | 0.23 | 0 | 0.58 | 0.25 | 84.11 | 0.47 | 0.53 |
| Hex | 93 | C0 | 50 | 17 | 0 | 3A | 19 | 54 | 2F | 35 |
| Octal | 223 | 300 | 120 | 27 | 0 | 72 | 31 | 124 | 57 | 65 |
| Binary | 10010011 | 11000000 | 1010000 | 10111 | 0 | 111010 | 11001 | 1010100 | 101111 | 110101 |
Color Harmonies of #93C050
Complementary color
Monochromatic Colors of #93C050
Black with #93C050
Text Example
Text Example
White with #93C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C050; }
p { color: rgb(147,192,80); }
H1.HeaderClassName
{
color: #93C050;
}
.AnyTagClassName
{
color: #93C050;
}
</style>
background-color css
<style>
a { background-color: #93C050; }
a { background-color: rgb(147,192,80); }
div.DivClassName
{
background-color: #93C050;
}
.BgClassName
{
background-color: #93C050;
}
</style>
border-color css
<style>
span { border-color: #93C050; }
span { border-color: rgb(147,192,80); }
td.TdClassName
{
border-color: #93C050;
}
.TagClassName
{
border-color: #93C050;
}
</style>