Shades of Chelsea Cucumber #95B755
Tints of Chelsea Cucumber #95B755
RGB
CMYK
RGB Variations
Color information
#95B755 (or 0x95B755) is known color: Chelsea Cucumber. HEX triplet: 95, B7 and 55. RGB value is (149,183,85). Sum of RGB (Red+Green+Blue) = 149+183+85=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 183 (71.88% from 255 or 43.88% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 183 - color contains mainly: green. Hex color #95B755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95B755 is #6A48AA. Grayscale: #A2A2A2. Windows color (decimal): -6965419 or 5617557. OLE color: 5617557.
HSL color Cylindrical-coordinate representation of color #95B755: hue angle of 80.82º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95B755 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 183 | 85 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.28 |
| HSL | 80.82º | 0.4% | 0.53% | - |
| HSV(B) | 80.82º | 0.54% | 0.72% | - |
| XYZ | 30.97 | 40.91 | 14.86 | - |
| YUV | 161.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 85 | 0.19 | 0 | 0.54 | 0.28 | 80.82 | 0.4 | 0.53 |
| Hex | 95 | B7 | 55 | 13 | 0 | 36 | 1C | 51 | 28 | 35 |
| Octal | 225 | 267 | 125 | 23 | 0 | 66 | 34 | 121 | 50 | 65 |
| Binary | 10010101 | 10110111 | 1010101 | 10011 | 0 | 110110 | 11100 | 1010001 | 101000 | 110101 |
Color Harmonies of #95B755
Complementary color
Monochromatic Colors of #95B755
Black with #95B755
Text Example
Text Example
White with #95B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B755; }
p { color: rgb(149,183,85); }
H1.HeaderClassName
{
color: #95B755;
}
.AnyTagClassName
{
color: #95B755;
}
</style>
background-color css
<style>
a { background-color: #95B755; }
a { background-color: rgb(149,183,85); }
div.DivClassName
{
background-color: #95B755;
}
.BgClassName
{
background-color: #95B755;
}
</style>
border-color css
<style>
span { border-color: #95B755; }
span { border-color: rgb(149,183,85); }
td.TdClassName
{
border-color: #95B755;
}
.TagClassName
{
border-color: #95B755;
}
</style>