Shades of Chelsea Cucumber #8FB253
Tints of Chelsea Cucumber #8FB253
RGB
CMYK
RGB Variations
Color information
#8FB253 (or 0x8FB253) is known color: Chelsea Cucumber. HEX triplet: 8F, B2 and 53. RGB value is (143,178,83). Sum of RGB (Red+Green+Blue) = 143+178+83=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB253 is #704DAC. Grayscale: #9D9D9D. Windows color (decimal): -7359917 or 5485199. OLE color: 5485199.
HSL color Cylindrical-coordinate representation of color #8FB253: hue angle of 82.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FB253 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 83 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.30 |
| HSL | 82.11º | 0.38% | 0.51% | - |
| HSV(B) | 82.11º | 0.53% | 0.7% | - |
| XYZ | 28.81 | 38.3 | 14.06 | - |
| YUV | 156.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 83 | 0.20 | 0 | 0.53 | 0.30 | 82.11 | 0.38 | 0.51 |
| Hex | 8F | B2 | 53 | 14 | 0 | 35 | 1E | 52 | 26 | 33 |
| Octal | 217 | 262 | 123 | 24 | 0 | 65 | 36 | 122 | 46 | 63 |
| Binary | 10001111 | 10110010 | 1010011 | 10100 | 0 | 110101 | 11110 | 1010010 | 100110 | 110011 |
Color Harmonies of #8FB253
Complementary color
Monochromatic Colors of #8FB253
Black with #8FB253
Text Example
Text Example
White with #8FB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB253; }
p { color: rgb(143,178,83); }
H1.HeaderClassName
{
color: #8FB253;
}
.AnyTagClassName
{
color: #8FB253;
}
</style>
background-color css
<style>
a { background-color: #8FB253; }
a { background-color: rgb(143,178,83); }
div.DivClassName
{
background-color: #8FB253;
}
.BgClassName
{
background-color: #8FB253;
}
</style>
border-color css
<style>
span { border-color: #8FB253; }
span { border-color: rgb(143,178,83); }
td.TdClassName
{
border-color: #8FB253;
}
.TagClassName
{
border-color: #8FB253;
}
</style>