Shades of Chelsea Cucumber #94C253
Tints of Chelsea Cucumber #94C253
RGB
CMYK
RGB Variations
Color information
#94C253 (or 0x94C253) is known color: Chelsea Cucumber. HEX triplet: 94, C2 and 53. RGB value is (148,194,83). Sum of RGB (Red+Green+Blue) = 148+194+83=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #94C253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C253 is #6B3DAC. Grayscale: #A7A7A7. Windows color (decimal): -7028141 or 5489300. OLE color: 5489300.
HSL color Cylindrical-coordinate representation of color #94C253: hue angle of 84.86º 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 #94C253 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 83 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.24 |
| HSL | 84.86º | 0.48% | 0.54% | - |
| HSV(B) | 84.86º | 0.57% | 0.76% | - |
| XYZ | 33.07 | 45.5 | 15.22 | - |
| YUV | 167.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 83 | 0.24 | 0 | 0.57 | 0.24 | 84.86 | 0.48 | 0.54 |
| Hex | 94 | C2 | 53 | 18 | 0 | 39 | 18 | 55 | 30 | 36 |
| Octal | 224 | 302 | 123 | 30 | 0 | 71 | 30 | 125 | 60 | 66 |
| Binary | 10010100 | 11000010 | 1010011 | 11000 | 0 | 111001 | 11000 | 1010101 | 110000 | 110110 |
Color Harmonies of #94C253
Complementary color
Monochromatic Colors of #94C253
Black with #94C253
Text Example
Text Example
White with #94C253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C253; }
p { color: rgb(148,194,83); }
H1.HeaderClassName
{
color: #94C253;
}
.AnyTagClassName
{
color: #94C253;
}
</style>
background-color css
<style>
a { background-color: #94C253; }
a { background-color: rgb(148,194,83); }
div.DivClassName
{
background-color: #94C253;
}
.BgClassName
{
background-color: #94C253;
}
</style>
border-color css
<style>
span { border-color: #94C253; }
span { border-color: rgb(148,194,83); }
td.TdClassName
{
border-color: #94C253;
}
.TagClassName
{
border-color: #94C253;
}
</style>