Shades of Light Green #81FA83
Tints of Light Green #81FA83
RGB
CMYK
RGB Variations
Color information
#81FA83 (or 0x81FA83) is known color: Light Green. HEX triplet: 81, FA and 83. RGB value is (129,250,131). Sum of RGB (Red+Green+Blue) = 129+250+131=510 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.29% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #81FA83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FA83 is #7E057C. Grayscale: #C8C8C8. Windows color (decimal): -8258941 or 8649345. OLE color: 8649345.
HSL color Cylindrical-coordinate representation of color #81FA83: hue angle of 120.99º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FA83 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 131 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.02 |
| HSL | 120.99º | 0.92% | 0.74% | - |
| HSV(B) | 120.99º | 0.48% | 0.98% | - |
| XYZ | 47.34 | 74.68 | 33.39 | - |
| YUV | 200.26 | 88.91 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 131 | 0.48 | 0 | 0.48 | 0.02 | 120.99 | 0.92 | 0.74 |
| Hex | 81 | FA | 83 | 30 | 0 | 30 | 2 | 79 | 5C | 4A |
| Octal | 201 | 372 | 203 | 60 | 0 | 60 | 2 | 171 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10000011 | 110000 | 0 | 110000 | 10 | 1111001 | 1011100 | 1001010 |
Color Harmonies of #81FA83
Complementary color
Monochromatic Colors of #81FA83
Black with #81FA83
Text Example
Text Example
White with #81FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FA83; }
p { color: rgb(129,250,131); }
H1.HeaderClassName
{
color: #81FA83;
}
.AnyTagClassName
{
color: #81FA83;
}
</style>
background-color css
<style>
a { background-color: #81FA83; }
a { background-color: rgb(129,250,131); }
div.DivClassName
{
background-color: #81FA83;
}
.BgClassName
{
background-color: #81FA83;
}
</style>
border-color css
<style>
span { border-color: #81FA83; }
span { border-color: rgb(129,250,131); }
td.TdClassName
{
border-color: #81FA83;
}
.TagClassName
{
border-color: #81FA83;
}
</style>