Shades of Chelsea Cucumber #95C258
Tints of Chelsea Cucumber #95C258
RGB
CMYK
RGB Variations
Color information
#95C258 (or 0x95C258) is known color: Chelsea Cucumber. HEX triplet: 95, C2 and 58. RGB value is (149,194,88). Sum of RGB (Red+Green+Blue) = 149+194+88=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 194 (76.17% from 255 or 45.01% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 194 - color contains mainly: green. Hex color #95C258 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C258 is #6A3DA7. Grayscale: #A8A8A8. Windows color (decimal): -6962600 or 5816981. OLE color: 5816981.
HSL color Cylindrical-coordinate representation of color #95C258: hue angle of 85.47º degrees, saturation: 0.46, 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 #95C258 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 88 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.24 |
| HSL | 85.47º | 0.46% | 0.55% | - |
| HSV(B) | 85.47º | 0.55% | 0.76% | - |
| XYZ | 33.45 | 45.68 | 16.29 | - |
| YUV | 168.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 88 | 0.23 | 0 | 0.55 | 0.24 | 85.47 | 0.46 | 0.55 |
| Hex | 95 | C2 | 58 | 17 | 0 | 37 | 18 | 55 | 2E | 37 |
| Octal | 225 | 302 | 130 | 27 | 0 | 67 | 30 | 125 | 56 | 67 |
| Binary | 10010101 | 11000010 | 1011000 | 10111 | 0 | 110111 | 11000 | 1010101 | 101110 | 110111 |
Color Harmonies of #95C258
Complementary color
Monochromatic Colors of #95C258
Black with #95C258
Text Example
Text Example
White with #95C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C258; }
p { color: rgb(149,194,88); }
H1.HeaderClassName
{
color: #95C258;
}
.AnyTagClassName
{
color: #95C258;
}
</style>
background-color css
<style>
a { background-color: #95C258; }
a { background-color: rgb(149,194,88); }
div.DivClassName
{
background-color: #95C258;
}
.BgClassName
{
background-color: #95C258;
}
</style>
border-color css
<style>
span { border-color: #95C258; }
span { border-color: rgb(149,194,88); }
td.TdClassName
{
border-color: #95C258;
}
.TagClassName
{
border-color: #95C258;
}
</style>