Shades of Chelsea Cucumber #93C253
Tints of Chelsea Cucumber #93C253
RGB
CMYK
RGB Variations
Color information
#93C253 (or 0x93C253) is known color: Chelsea Cucumber. HEX triplet: 93, C2 and 53. RGB value is (147,194,83). Sum of RGB (Red+Green+Blue) = 147+194+83=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #93C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93C253 is #6C3DAC. Grayscale: #A7A7A7. Windows color (decimal): -7093677 or 5489299. OLE color: 5489299.
HSL color Cylindrical-coordinate representation of color #93C253: hue angle of 85.41º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93C253 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 83 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.24 |
| HSL | 85.41º | 0.48% | 0.54% | - |
| HSV(B) | 85.41º | 0.57% | 0.76% | - |
| XYZ | 32.89 | 45.41 | 15.22 | - |
| YUV | 167.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 83 | 0.24 | 0 | 0.57 | 0.24 | 85.41 | 0.48 | 0.54 |
| Hex | 93 | C2 | 53 | 18 | 0 | 39 | 18 | 55 | 30 | 36 |
| Octal | 223 | 302 | 123 | 30 | 0 | 71 | 30 | 125 | 60 | 66 |
| Binary | 10010011 | 11000010 | 1010011 | 11000 | 0 | 111001 | 11000 | 1010101 | 110000 | 110110 |
Color Harmonies of #93C253
Complementary color
Monochromatic Colors of #93C253
Black with #93C253
Text Example
Text Example
White with #93C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C253; }
p { color: rgb(147,194,83); }
H1.HeaderClassName
{
color: #93C253;
}
.AnyTagClassName
{
color: #93C253;
}
</style>
background-color css
<style>
a { background-color: #93C253; }
a { background-color: rgb(147,194,83); }
div.DivClassName
{
background-color: #93C253;
}
.BgClassName
{
background-color: #93C253;
}
</style>
border-color css
<style>
span { border-color: #93C253; }
span { border-color: rgb(147,194,83); }
td.TdClassName
{
border-color: #93C253;
}
.TagClassName
{
border-color: #93C253;
}
</style>