Shades of Light Green #81F485
Tints of Light Green #81F485
RGB
CMYK
RGB Variations
Color information
#81F485 (or 0x81F485) is known color: Light Green. HEX triplet: 81, F4 and 85. RGB value is (129,244,133). Sum of RGB (Red+Green+Blue) = 129+244+133=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #81F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F485 is #7E0B7A. Grayscale: #C5C5C5. Windows color (decimal): -8260475 or 8778881. OLE color: 8778881.
HSL color Cylindrical-coordinate representation of color #81F485: hue angle of 122.09º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F485 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 244 | 133 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.04 |
| HSL | 122.09º | 0.84% | 0.73% | - |
| HSV(B) | 122.09º | 0.47% | 0.96% | - |
| XYZ | 45.64 | 71.06 | 33.5 | - |
| YUV | 196.96 | 91.9 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 244 | 133 | 0.47 | 0 | 0.45 | 0.04 | 122.09 | 0.84 | 0.73 |
| Hex | 81 | F4 | 85 | 2F | 0 | 2D | 4 | 7A | 54 | 49 |
| Octal | 201 | 364 | 205 | 57 | 0 | 55 | 4 | 172 | 124 | 111 |
| Binary | 10000001 | 11110100 | 10000101 | 101111 | 0 | 101101 | 100 | 1111010 | 1010100 | 1001001 |
Color Harmonies of #81F485
Complementary color
Monochromatic Colors of #81F485
Black with #81F485
Text Example
Text Example
White with #81F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F485; }
p { color: rgb(129,244,133); }
H1.HeaderClassName
{
color: #81F485;
}
.AnyTagClassName
{
color: #81F485;
}
</style>
background-color css
<style>
a { background-color: #81F485; }
a { background-color: rgb(129,244,133); }
div.DivClassName
{
background-color: #81F485;
}
.BgClassName
{
background-color: #81F485;
}
</style>
border-color css
<style>
span { border-color: #81F485; }
span { border-color: rgb(129,244,133); }
td.TdClassName
{
border-color: #81F485;
}
.TagClassName
{
border-color: #81F485;
}
</style>