Shades of Chelsea Cucumber #95BD54
Tints of Chelsea Cucumber #95BD54
RGB
CMYK
RGB Variations
Color information
#95BD54 (or 0x95BD54) is known color: Chelsea Cucumber. HEX triplet: 95, BD and 54. RGB value is (149,189,84). Sum of RGB (Red+Green+Blue) = 149+189+84=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95BD54 is #6A42AB. Grayscale: #A5A5A5. Windows color (decimal): -6963884 or 5553557. OLE color: 5553557.
HSL color Cylindrical-coordinate representation of color #95BD54: hue angle of 82.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95BD54 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 84 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.26 |
| HSL | 82.86º | 0.44% | 0.54% | - |
| HSV(B) | 82.86º | 0.56% | 0.74% | - |
| XYZ | 32.19 | 43.42 | 15.07 | - |
| YUV | 165.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 84 | 0.21 | 0 | 0.56 | 0.26 | 82.86 | 0.44 | 0.54 |
| Hex | 95 | BD | 54 | 15 | 0 | 38 | 1A | 53 | 2C | 36 |
| Octal | 225 | 275 | 124 | 25 | 0 | 70 | 32 | 123 | 54 | 66 |
| Binary | 10010101 | 10111101 | 1010100 | 10101 | 0 | 111000 | 11010 | 1010011 | 101100 | 110110 |
Color Harmonies of #95BD54
Complementary color
Monochromatic Colors of #95BD54
Black with #95BD54
Text Example
Text Example
White with #95BD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD54; }
p { color: rgb(149,189,84); }
H1.HeaderClassName
{
color: #95BD54;
}
.AnyTagClassName
{
color: #95BD54;
}
</style>
background-color css
<style>
a { background-color: #95BD54; }
a { background-color: rgb(149,189,84); }
div.DivClassName
{
background-color: #95BD54;
}
.BgClassName
{
background-color: #95BD54;
}
</style>
border-color css
<style>
span { border-color: #95BD54; }
span { border-color: rgb(149,189,84); }
td.TdClassName
{
border-color: #95BD54;
}
.TagClassName
{
border-color: #95BD54;
}
</style>