Shades of Chelsea Cucumber #83AF4B
Tints of Chelsea Cucumber #83AF4B
RGB
CMYK
RGB Variations
Color information
#83AF4B (or 0x83AF4B) is known color: Chelsea Cucumber. HEX triplet: 83, AF and 4B. RGB value is (131,175,75). Sum of RGB (Red+Green+Blue) = 131+175+75=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AF4B is #7C50B4. Grayscale: #969696. Windows color (decimal): -8147125 or 4960131. OLE color: 4960131.
HSL color Cylindrical-coordinate representation of color #83AF4B: hue angle of 86.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #83AF4B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 175 | 75 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.31 |
| HSL | 86.4º | 0.4% | 0.49% | - |
| HSV(B) | 86.4º | 0.57% | 0.69% | - |
| XYZ | 25.96 | 35.99 | 12.24 | - |
| YUV | 150.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 175 | 75 | 0.25 | 0 | 0.57 | 0.31 | 86.4 | 0.4 | 0.49 |
| Hex | 83 | AF | 4B | 19 | 0 | 39 | 1F | 56 | 28 | 31 |
| Octal | 203 | 257 | 113 | 31 | 0 | 71 | 37 | 126 | 50 | 61 |
| Binary | 10000011 | 10101111 | 1001011 | 11001 | 0 | 111001 | 11111 | 1010110 | 101000 | 110001 |
Color Harmonies of #83AF4B
Complementary color
Monochromatic Colors of #83AF4B
Black with #83AF4B
Text Example
Text Example
White with #83AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AF4B; }
p { color: rgb(131,175,75); }
H1.HeaderClassName
{
color: #83AF4B;
}
.AnyTagClassName
{
color: #83AF4B;
}
</style>
background-color css
<style>
a { background-color: #83AF4B; }
a { background-color: rgb(131,175,75); }
div.DivClassName
{
background-color: #83AF4B;
}
.BgClassName
{
background-color: #83AF4B;
}
</style>
border-color css
<style>
span { border-color: #83AF4B; }
span { border-color: rgb(131,175,75); }
td.TdClassName
{
border-color: #83AF4B;
}
.TagClassName
{
border-color: #83AF4B;
}
</style>