Shades of Light Green #83F288
Tints of Light Green #83F288
RGB
CMYK
RGB Variations
Color information
#83F288 (or 0x83F288) is known color: Light Green. HEX triplet: 83, F2 and 88. RGB value is (131,242,136). Sum of RGB (Red+Green+Blue) = 131+242+136=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #83F288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83F288 is #7C0D77. Grayscale: #C5C5C5. Windows color (decimal): -8129912 or 8974979. OLE color: 8974979.
HSL color Cylindrical-coordinate representation of color #83F288: hue angle of 122.7º degrees, saturation: 0.81, 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 #83F288 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 242 | 136 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.05 |
| HSL | 122.7º | 0.81% | 0.73% | - |
| HSV(B) | 122.7º | 0.46% | 0.95% | - |
| XYZ | 45.56 | 70.11 | 34.42 | - |
| YUV | 196.73 | 93.73 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 242 | 136 | 0.46 | 0 | 0.44 | 0.05 | 122.7 | 0.81 | 0.73 |
| Hex | 83 | F2 | 88 | 2E | 0 | 2C | 5 | 7B | 51 | 49 |
| Octal | 203 | 362 | 210 | 56 | 0 | 54 | 5 | 173 | 121 | 111 |
| Binary | 10000011 | 11110010 | 10001000 | 101110 | 0 | 101100 | 101 | 1111011 | 1010001 | 1001001 |
Color Harmonies of #83F288
Complementary color
Monochromatic Colors of #83F288
Black with #83F288
Text Example
Text Example
White with #83F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F288; }
p { color: rgb(131,242,136); }
H1.HeaderClassName
{
color: #83F288;
}
.AnyTagClassName
{
color: #83F288;
}
</style>
background-color css
<style>
a { background-color: #83F288; }
a { background-color: rgb(131,242,136); }
div.DivClassName
{
background-color: #83F288;
}
.BgClassName
{
background-color: #83F288;
}
</style>
border-color css
<style>
span { border-color: #83F288; }
span { border-color: rgb(131,242,136); }
td.TdClassName
{
border-color: #83F288;
}
.TagClassName
{
border-color: #83F288;
}
</style>