Shades of Light Green #83F185
Tints of Light Green #83F185
RGB
CMYK
RGB Variations
Color information
#83F185 (or 0x83F185) is known color: Light Green. HEX triplet: 83, F1 and 85. RGB value is (131,241,133). Sum of RGB (Red+Green+Blue) = 131+241+133=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #83F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F185 is #7C0E7A. Grayscale: #C4C4C4. Windows color (decimal): -8130171 or 8778115. OLE color: 8778115.
HSL color Cylindrical-coordinate representation of color #83F185: hue angle of 121.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F185 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 133 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.05 |
| HSL | 121.09º | 0.8% | 0.73% | - |
| HSV(B) | 121.09º | 0.46% | 0.95% | - |
| XYZ | 45.05 | 69.43 | 33.22 | - |
| YUV | 195.8 | 92.56 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 133 | 0.46 | 0 | 0.45 | 0.05 | 121.09 | 0.8 | 0.73 |
| Hex | 83 | F1 | 85 | 2E | 0 | 2D | 5 | 79 | 50 | 49 |
| Octal | 203 | 361 | 205 | 56 | 0 | 55 | 5 | 171 | 120 | 111 |
| Binary | 10000011 | 11110001 | 10000101 | 101110 | 0 | 101101 | 101 | 1111001 | 1010000 | 1001001 |
Color Harmonies of #83F185
Complementary color
Monochromatic Colors of #83F185
Black with #83F185
Text Example
Text Example
White with #83F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F185; }
p { color: rgb(131,241,133); }
H1.HeaderClassName
{
color: #83F185;
}
.AnyTagClassName
{
color: #83F185;
}
</style>
background-color css
<style>
a { background-color: #83F185; }
a { background-color: rgb(131,241,133); }
div.DivClassName
{
background-color: #83F185;
}
.BgClassName
{
background-color: #83F185;
}
</style>
border-color css
<style>
span { border-color: #83F185; }
span { border-color: rgb(131,241,133); }
td.TdClassName
{
border-color: #83F185;
}
.TagClassName
{
border-color: #83F185;
}
</style>