Shades of Light Green #83FF78
Tints of Light Green #83FF78
RGB
CMYK
RGB Variations
Color information
#83FF78 (or 0x83FF78) is known color: Light Green. HEX triplet: 83, FF and 78. RGB value is (131,255,120). Sum of RGB (Red+Green+Blue) = 131+255+120=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #83FF78 is #7C0087. Grayscale: #CACACA. Windows color (decimal): -8126600 or 7929731. OLE color: 7929731.
HSL color Cylindrical-coordinate representation of color #83FF78: hue angle of 115.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #83FF78 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 120 | - |
| CMYK | 0.49 | 0 | 0.53 | 0 |
| HSL | 115.11º | 1% | 0.74% | - |
| HSV(B) | 115.11º | 0.53% | 1% | - |
| XYZ | 48.51 | 77.7 | 30.21 | - |
| YUV | 202.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 120 | 0.49 | 0 | 0.53 | 0 | 115.11 | 1 | 0.74 |
| Hex | 83 | FF | 78 | 31 | 0 | 35 | 0 | 73 | 64 | 4A |
| Octal | 203 | 377 | 170 | 61 | 0 | 65 | 0 | 163 | 144 | 112 |
| Binary | 10000011 | 11111111 | 1111000 | 110001 | 0 | 110101 | 0 | 1110011 | 1100100 | 1001010 |
Color Harmonies of #83FF78
Complementary color
Monochromatic Colors of #83FF78
Black with #83FF78
Text Example
Text Example
White with #83FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF78; }
p { color: rgb(131,255,120); }
H1.HeaderClassName
{
color: #83FF78;
}
.AnyTagClassName
{
color: #83FF78;
}
</style>
background-color css
<style>
a { background-color: #83FF78; }
a { background-color: rgb(131,255,120); }
div.DivClassName
{
background-color: #83FF78;
}
.BgClassName
{
background-color: #83FF78;
}
</style>
border-color css
<style>
span { border-color: #83FF78; }
span { border-color: rgb(131,255,120); }
td.TdClassName
{
border-color: #83FF78;
}
.TagClassName
{
border-color: #83FF78;
}
</style>