Shades of Pale Green #83FAAA
Tints of Pale Green #83FAAA
RGB
CMYK
RGB Variations
Color information
#83FAAA (or 0x83FAAA) is known color: Pale Green. HEX triplet: 83, FA and AA. RGB value is (131,250,170). Sum of RGB (Red+Green+Blue) = 131+250+170=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #83FAAA is #7C0555. Grayscale: #CDCDCD. Windows color (decimal): -8127830 or 11205251. OLE color: 11205251.
HSL color Cylindrical-coordinate representation of color #83FAAA: hue angle of 139.66º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FAAA is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 170 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.02 |
| HSL | 139.66º | 0.92% | 0.75% | - |
| HSV(B) | 139.66º | 0.48% | 0.98% | - |
| XYZ | 50.8 | 76.1 | 50.04 | - |
| YUV | 205.3 | 108.08 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 170 | 0.48 | 0 | 0.32 | 0.02 | 139.66 | 0.92 | 0.75 |
| Hex | 83 | FA | AA | 30 | 0 | 20 | 2 | 8C | 5C | 4B |
| Octal | 203 | 372 | 252 | 60 | 0 | 40 | 2 | 214 | 134 | 113 |
| Binary | 10000011 | 11111010 | 10101010 | 110000 | 0 | 100000 | 10 | 10001100 | 1011100 | 1001011 |
Color Harmonies of #83FAAA
Complementary color
Monochromatic Colors of #83FAAA
Black with #83FAAA
Text Example
Text Example
White with #83FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FAAA; }
p { color: rgb(131,250,170); }
H1.HeaderClassName
{
color: #83FAAA;
}
.AnyTagClassName
{
color: #83FAAA;
}
</style>
background-color css
<style>
a { background-color: #83FAAA; }
a { background-color: rgb(131,250,170); }
div.DivClassName
{
background-color: #83FAAA;
}
.BgClassName
{
background-color: #83FAAA;
}
</style>
border-color css
<style>
span { border-color: #83FAAA; }
span { border-color: rgb(131,250,170); }
td.TdClassName
{
border-color: #83FAAA;
}
.TagClassName
{
border-color: #83FAAA;
}
</style>