Shades of Light Green #81F180
Tints of Light Green #81F180
RGB
CMYK
RGB Variations
Color information
#81F180 (or 0x81F180) is known color: Light Green. HEX triplet: 81, F1 and 80. RGB value is (129,241,128). Sum of RGB (Red+Green+Blue) = 129+241+128=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #81F180 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F180 is #7E0E7F. Grayscale: #C2C2C2. Windows color (decimal): -8261248 or 8450433. OLE color: 8450433.
HSL color Cylindrical-coordinate representation of color #81F180: hue angle of 119.47º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81F180 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 128 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.05 |
| HSL | 119.47º | 0.8% | 0.72% | - |
| HSV(B) | 119.47º | 0.47% | 0.95% | - |
| XYZ | 44.4 | 69.14 | 31.43 | - |
| YUV | 194.63 | 90.39 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 128 | 0.46 | 0 | 0.47 | 0.05 | 119.47 | 0.8 | 0.72 |
| Hex | 81 | F1 | 80 | 2E | 0 | 2F | 5 | 77 | 50 | 48 |
| Octal | 201 | 361 | 200 | 56 | 0 | 57 | 5 | 167 | 120 | 110 |
| Binary | 10000001 | 11110001 | 10000000 | 101110 | 0 | 101111 | 101 | 1110111 | 1010000 | 1001000 |
Color Harmonies of #81F180
Complementary color
Monochromatic Colors of #81F180
Black with #81F180
Text Example
Text Example
White with #81F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F180; }
p { color: rgb(129,241,128); }
H1.HeaderClassName
{
color: #81F180;
}
.AnyTagClassName
{
color: #81F180;
}
</style>
background-color css
<style>
a { background-color: #81F180; }
a { background-color: rgb(129,241,128); }
div.DivClassName
{
background-color: #81F180;
}
.BgClassName
{
background-color: #81F180;
}
</style>
border-color css
<style>
span { border-color: #81F180; }
span { border-color: rgb(129,241,128); }
td.TdClassName
{
border-color: #81F180;
}
.TagClassName
{
border-color: #81F180;
}
</style>