Shades of Chelsea Cucumber #93BD51
Tints of Chelsea Cucumber #93BD51
RGB
CMYK
RGB Variations
Color information
#93BD51 (or 0x93BD51) is known color: Chelsea Cucumber. HEX triplet: 93, BD and 51. RGB value is (147,189,81). Sum of RGB (Red+Green+Blue) = 147+189+81=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #93BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93BD51 is #6C42AE. Grayscale: #A4A4A4. Windows color (decimal): -7094959 or 5356947. OLE color: 5356947.
HSL color Cylindrical-coordinate representation of color #93BD51: hue angle of 83.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93BD51 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 189 | 81 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.26 |
| HSL | 83.33º | 0.45% | 0.53% | - |
| HSV(B) | 83.33º | 0.57% | 0.74% | - |
| XYZ | 31.72 | 43.19 | 14.45 | - |
| YUV | 164.13 | 81.09 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 189 | 81 | 0.22 | 0 | 0.57 | 0.26 | 83.33 | 0.45 | 0.53 |
| Hex | 93 | BD | 51 | 16 | 0 | 39 | 1A | 53 | 2D | 35 |
| Octal | 223 | 275 | 121 | 26 | 0 | 71 | 32 | 123 | 55 | 65 |
| Binary | 10010011 | 10111101 | 1010001 | 10110 | 0 | 111001 | 11010 | 1010011 | 101101 | 110101 |
Color Harmonies of #93BD51
Complementary color
Monochromatic Colors of #93BD51
Black with #93BD51
Text Example
Text Example
White with #93BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BD51; }
p { color: rgb(147,189,81); }
H1.HeaderClassName
{
color: #93BD51;
}
.AnyTagClassName
{
color: #93BD51;
}
</style>
background-color css
<style>
a { background-color: #93BD51; }
a { background-color: rgb(147,189,81); }
div.DivClassName
{
background-color: #93BD51;
}
.BgClassName
{
background-color: #93BD51;
}
</style>
border-color css
<style>
span { border-color: #93BD51; }
span { border-color: rgb(147,189,81); }
td.TdClassName
{
border-color: #93BD51;
}
.TagClassName
{
border-color: #93BD51;
}
</style>