Shades of Light Green #83F694
Tints of Light Green #83F694
RGB
CMYK
RGB Variations
Color information
#83F694 (or 0x83F694) is known color: Light Green. HEX triplet: 83, F6 and 94. RGB value is (131,246,148). Sum of RGB (Red+Green+Blue) = 131+246+148=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #83F694 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F694 is #7C096B. Grayscale: #C8C8C8. Windows color (decimal): -8128876 or 9762435. OLE color: 9762435.
HSL color Cylindrical-coordinate representation of color #83F694: hue angle of 128.87º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F694 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 246 | 148 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.04 |
| HSL | 128.87º | 0.86% | 0.74% | - |
| HSV(B) | 128.87º | 0.47% | 0.96% | - |
| XYZ | 47.66 | 72.87 | 39.57 | - |
| YUV | 200.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 246 | 148 | 0.47 | 0 | 0.40 | 0.04 | 128.87 | 0.86 | 0.74 |
| Hex | 83 | F6 | 94 | 2F | 0 | 28 | 4 | 81 | 56 | 4A |
| Octal | 203 | 366 | 224 | 57 | 0 | 50 | 4 | 201 | 126 | 112 |
| Binary | 10000011 | 11110110 | 10010100 | 101111 | 0 | 101000 | 100 | 10000001 | 1010110 | 1001010 |
Color Harmonies of #83F694
Complementary color
Monochromatic Colors of #83F694
Black with #83F694
Text Example
Text Example
White with #83F694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F694; }
p { color: rgb(131,246,148); }
H1.HeaderClassName
{
color: #83F694;
}
.AnyTagClassName
{
color: #83F694;
}
</style>
background-color css
<style>
a { background-color: #83F694; }
a { background-color: rgb(131,246,148); }
div.DivClassName
{
background-color: #83F694;
}
.BgClassName
{
background-color: #83F694;
}
</style>
border-color css
<style>
span { border-color: #83F694; }
span { border-color: rgb(131,246,148); }
td.TdClassName
{
border-color: #83F694;
}
.TagClassName
{
border-color: #83F694;
}
</style>