Shades of Chelsea Cucumber #94C355
Tints of Chelsea Cucumber #94C355
RGB
CMYK
RGB Variations
Color information
#94C355 (or 0x94C355) is known color: Chelsea Cucumber. HEX triplet: 94, C3 and 55. RGB value is (148,195,85). Sum of RGB (Red+Green+Blue) = 148+195+85=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #94C355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C355 is #6B3CAA. Grayscale: #A8A8A8. Windows color (decimal): -7027883 or 5620628. OLE color: 5620628.
HSL color Cylindrical-coordinate representation of color #94C355: hue angle of 85.64º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94C355 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 195 | 85 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.24 |
| HSL | 85.64º | 0.48% | 0.55% | - |
| HSV(B) | 85.64º | 0.56% | 0.76% | - |
| XYZ | 33.37 | 45.98 | 15.71 | - |
| YUV | 168.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 195 | 85 | 0.24 | 0 | 0.56 | 0.24 | 85.64 | 0.48 | 0.55 |
| Hex | 94 | C3 | 55 | 18 | 0 | 38 | 18 | 56 | 30 | 37 |
| Octal | 224 | 303 | 125 | 30 | 0 | 70 | 30 | 126 | 60 | 67 |
| Binary | 10010100 | 11000011 | 1010101 | 11000 | 0 | 111000 | 11000 | 1010110 | 110000 | 110111 |
Color Harmonies of #94C355
Complementary color
Monochromatic Colors of #94C355
Black with #94C355
Text Example
Text Example
White with #94C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C355; }
p { color: rgb(148,195,85); }
H1.HeaderClassName
{
color: #94C355;
}
.AnyTagClassName
{
color: #94C355;
}
</style>
background-color css
<style>
a { background-color: #94C355; }
a { background-color: rgb(148,195,85); }
div.DivClassName
{
background-color: #94C355;
}
.BgClassName
{
background-color: #94C355;
}
</style>
border-color css
<style>
span { border-color: #94C355; }
span { border-color: rgb(148,195,85); }
td.TdClassName
{
border-color: #94C355;
}
.TagClassName
{
border-color: #94C355;
}
</style>