Shades of Light Green #83DF94
Tints of Light Green #83DF94
RGB
CMYK
RGB Variations
Color information
#83DF94 (or 0x83DF94) is known color: Light Green. HEX triplet: 83, DF and 94. RGB value is (131,223,148). Sum of RGB (Red+Green+Blue) = 131+223+148=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83DF94 is #7C206B. Grayscale: #BBBBBB. Windows color (decimal): -8134764 or 9756547. OLE color: 9756547.
HSL color Cylindrical-coordinate representation of color #83DF94: hue angle of 131.09º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DF94 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 148 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.13 |
| HSL | 131.09º | 0.59% | 0.69% | - |
| HSV(B) | 131.09º | 0.41% | 0.87% | - |
| XYZ | 41.09 | 59.74 | 37.38 | - |
| YUV | 186.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 148 | 0.41 | 0 | 0.34 | 0.13 | 131.09 | 0.59 | 0.69 |
| Hex | 83 | DF | 94 | 29 | 0 | 22 | D | 83 | 3B | 45 |
| Octal | 203 | 337 | 224 | 51 | 0 | 42 | 15 | 203 | 73 | 105 |
| Binary | 10000011 | 11011111 | 10010100 | 101001 | 0 | 100010 | 1101 | 10000011 | 111011 | 1000101 |
Color Harmonies of #83DF94
Complementary color
Monochromatic Colors of #83DF94
Black with #83DF94
Text Example
Text Example
White with #83DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF94; }
p { color: rgb(131,223,148); }
H1.HeaderClassName
{
color: #83DF94;
}
.AnyTagClassName
{
color: #83DF94;
}
</style>
background-color css
<style>
a { background-color: #83DF94; }
a { background-color: rgb(131,223,148); }
div.DivClassName
{
background-color: #83DF94;
}
.BgClassName
{
background-color: #83DF94;
}
</style>
border-color css
<style>
span { border-color: #83DF94; }
span { border-color: rgb(131,223,148); }
td.TdClassName
{
border-color: #83DF94;
}
.TagClassName
{
border-color: #83DF94;
}
</style>