Shades of Chelsea Cucumber #83B74F
Tints of Chelsea Cucumber #83B74F
RGB
CMYK
RGB Variations
Color information
#83B74F (or 0x83B74F) is known color: Chelsea Cucumber. HEX triplet: 83, B7 and 4F. RGB value is (131,183,79). Sum of RGB (Red+Green+Blue) = 131+183+79=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #83B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B74F is #7C48B0. Grayscale: #9B9B9B. Windows color (decimal): -8145073 or 5224323. OLE color: 5224323.
HSL color Cylindrical-coordinate representation of color #83B74F: hue angle of 90º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83B74F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 79 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.28 |
| HSL | 90º | 0.42% | 0.51% | - |
| HSV(B) | 90º | 0.57% | 0.72% | - |
| XYZ | 27.7 | 39.26 | 13.51 | - |
| YUV | 155.6 | 84.77 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 79 | 0.28 | 0 | 0.57 | 0.28 | 90 | 0.42 | 0.51 |
| Hex | 83 | B7 | 4F | 1C | 0 | 39 | 1C | 5A | 2A | 33 |
| Octal | 203 | 267 | 117 | 34 | 0 | 71 | 34 | 132 | 52 | 63 |
| Binary | 10000011 | 10110111 | 1001111 | 11100 | 0 | 111001 | 11100 | 1011010 | 101010 | 110011 |
Color Harmonies of #83B74F
Complementary color
Monochromatic Colors of #83B74F
Black with #83B74F
Text Example
Text Example
White with #83B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B74F; }
p { color: rgb(131,183,79); }
H1.HeaderClassName
{
color: #83B74F;
}
.AnyTagClassName
{
color: #83B74F;
}
</style>
background-color css
<style>
a { background-color: #83B74F; }
a { background-color: rgb(131,183,79); }
div.DivClassName
{
background-color: #83B74F;
}
.BgClassName
{
background-color: #83B74F;
}
</style>
border-color css
<style>
span { border-color: #83B74F; }
span { border-color: rgb(131,183,79); }
td.TdClassName
{
border-color: #83B74F;
}
.TagClassName
{
border-color: #83B74F;
}
</style>