Shades of Chelsea Cucumber #83B25D
Tints of Chelsea Cucumber #83B25D
RGB
CMYK
RGB Variations
Color information
#83B25D (or 0x83B25D) is known color: Chelsea Cucumber. HEX triplet: 83, B2 and 5D. RGB value is (131,178,93). Sum of RGB (Red+Green+Blue) = 131+178+93=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #83B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83B25D is #7C4DA2. Grayscale: #9A9A9A. Windows color (decimal): -8146339 or 6140547. OLE color: 6140547.
HSL color Cylindrical-coordinate representation of color #83B25D: hue angle of 93.18º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83B25D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 178 | 93 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.30 |
| HSL | 93.18º | 0.36% | 0.53% | - |
| HSV(B) | 93.18º | 0.48% | 0.7% | - |
| XYZ | 27.26 | 37.46 | 16.15 | - |
| YUV | 154.26 | 93.43 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 178 | 93 | 0.26 | 0 | 0.48 | 0.30 | 93.18 | 0.36 | 0.53 |
| Hex | 83 | B2 | 5D | 1A | 0 | 30 | 1E | 5D | 24 | 35 |
| Octal | 203 | 262 | 135 | 32 | 0 | 60 | 36 | 135 | 44 | 65 |
| Binary | 10000011 | 10110010 | 1011101 | 11010 | 0 | 110000 | 11110 | 1011101 | 100100 | 110101 |
Color Harmonies of #83B25D
Complementary color
Monochromatic Colors of #83B25D
Black with #83B25D
Text Example
Text Example
White with #83B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B25D; }
p { color: rgb(131,178,93); }
H1.HeaderClassName
{
color: #83B25D;
}
.AnyTagClassName
{
color: #83B25D;
}
</style>
background-color css
<style>
a { background-color: #83B25D; }
a { background-color: rgb(131,178,93); }
div.DivClassName
{
background-color: #83B25D;
}
.BgClassName
{
background-color: #83B25D;
}
</style>
border-color css
<style>
span { border-color: #83B25D; }
span { border-color: rgb(131,178,93); }
td.TdClassName
{
border-color: #83B25D;
}
.TagClassName
{
border-color: #83B25D;
}
</style>