Shades of Chelsea Cucumber #96C357
Tints of Chelsea Cucumber #96C357
RGB
CMYK
RGB Variations
Color information
#96C357 (or 0x96C357) is known color: Chelsea Cucumber. HEX triplet: 96, C3 and 57. RGB value is (150,195,87). Sum of RGB (Red+Green+Blue) = 150+195+87=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #96C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C357 is #693CA8. Grayscale: #A9A9A9. Windows color (decimal): -6896809 or 5751702. OLE color: 5751702.
HSL color Cylindrical-coordinate representation of color #96C357: hue angle of 85º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96C357 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 87 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.24 |
| HSL | 85º | 0.47% | 0.55% | - |
| HSV(B) | 85º | 0.55% | 0.76% | - |
| XYZ | 33.81 | 46.2 | 16.15 | - |
| YUV | 169.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 87 | 0.23 | 0 | 0.55 | 0.24 | 85 | 0.47 | 0.55 |
| Hex | 96 | C3 | 57 | 17 | 0 | 37 | 18 | 55 | 2F | 37 |
| Octal | 226 | 303 | 127 | 27 | 0 | 67 | 30 | 125 | 57 | 67 |
| Binary | 10010110 | 11000011 | 1010111 | 10111 | 0 | 110111 | 11000 | 1010101 | 101111 | 110111 |
Color Harmonies of #96C357
Complementary color
Monochromatic Colors of #96C357
Black with #96C357
Text Example
Text Example
White with #96C357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C357; }
p { color: rgb(150,195,87); }
H1.HeaderClassName
{
color: #96C357;
}
.AnyTagClassName
{
color: #96C357;
}
</style>
background-color css
<style>
a { background-color: #96C357; }
a { background-color: rgb(150,195,87); }
div.DivClassName
{
background-color: #96C357;
}
.BgClassName
{
background-color: #96C357;
}
</style>
border-color css
<style>
span { border-color: #96C357; }
span { border-color: rgb(150,195,87); }
td.TdClassName
{
border-color: #96C357;
}
.TagClassName
{
border-color: #96C357;
}
</style>