Shades of Chelsea Cucumber #95C059
Tints of Chelsea Cucumber #95C059
RGB
CMYK
RGB Variations
Color information
#95C059 (or 0x95C059) is known color: Chelsea Cucumber. HEX triplet: 95, C0 and 59. RGB value is (149,192,89). Sum of RGB (Red+Green+Blue) = 149+192+89=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #95C059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C059 is #6A3FA6. Grayscale: #A7A7A7. Windows color (decimal): -6963111 or 5882005. OLE color: 5882005.
HSL color Cylindrical-coordinate representation of color #95C059: hue angle of 85.05º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95C059 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 89 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.25 |
| HSL | 85.05º | 0.45% | 0.55% | - |
| HSV(B) | 85.05º | 0.54% | 0.75% | - |
| XYZ | 33.05 | 44.81 | 16.36 | - |
| YUV | 167.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 89 | 0.22 | 0 | 0.54 | 0.25 | 85.05 | 0.45 | 0.55 |
| Hex | 95 | C0 | 59 | 16 | 0 | 36 | 19 | 55 | 2D | 37 |
| Octal | 225 | 300 | 131 | 26 | 0 | 66 | 31 | 125 | 55 | 67 |
| Binary | 10010101 | 11000000 | 1011001 | 10110 | 0 | 110110 | 11001 | 1010101 | 101101 | 110111 |
Color Harmonies of #95C059
Complementary color
Monochromatic Colors of #95C059
Black with #95C059
Text Example
Text Example
White with #95C059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C059; }
p { color: rgb(149,192,89); }
H1.HeaderClassName
{
color: #95C059;
}
.AnyTagClassName
{
color: #95C059;
}
</style>
background-color css
<style>
a { background-color: #95C059; }
a { background-color: rgb(149,192,89); }
div.DivClassName
{
background-color: #95C059;
}
.BgClassName
{
background-color: #95C059;
}
</style>
border-color css
<style>
span { border-color: #95C059; }
span { border-color: rgb(149,192,89); }
td.TdClassName
{
border-color: #95C059;
}
.TagClassName
{
border-color: #95C059;
}
</style>