Shades of Light Green #81F085
Tints of Light Green #81F085
RGB
CMYK
RGB Variations
Color information
#81F085 (or 0x81F085) is known color: Light Green. HEX triplet: 81, F0 and 85. RGB value is (129,240,133). Sum of RGB (Red+Green+Blue) = 129+240+133=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #81F085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81F085 is #7E0F7A. Grayscale: #C2C2C2. Windows color (decimal): -8261499 or 8777857. OLE color: 8777857.
HSL color Cylindrical-coordinate representation of color #81F085: hue angle of 122.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81F085 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 133 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.06 |
| HSL | 122.16º | 0.79% | 0.72% | - |
| HSV(B) | 122.16º | 0.46% | 0.94% | - |
| XYZ | 44.45 | 68.68 | 33.1 | - |
| YUV | 194.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 133 | 0.46 | 0 | 0.45 | 0.06 | 122.16 | 0.79 | 0.72 |
| Hex | 81 | F0 | 85 | 2E | 0 | 2D | 6 | 7A | 4F | 48 |
| Octal | 201 | 360 | 205 | 56 | 0 | 55 | 6 | 172 | 117 | 110 |
| Binary | 10000001 | 11110000 | 10000101 | 101110 | 0 | 101101 | 110 | 1111010 | 1001111 | 1001000 |
Color Harmonies of #81F085
Complementary color
Monochromatic Colors of #81F085
Black with #81F085
Text Example
Text Example
White with #81F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F085; }
p { color: rgb(129,240,133); }
H1.HeaderClassName
{
color: #81F085;
}
.AnyTagClassName
{
color: #81F085;
}
</style>
background-color css
<style>
a { background-color: #81F085; }
a { background-color: rgb(129,240,133); }
div.DivClassName
{
background-color: #81F085;
}
.BgClassName
{
background-color: #81F085;
}
</style>
border-color css
<style>
span { border-color: #81F085; }
span { border-color: rgb(129,240,133); }
td.TdClassName
{
border-color: #81F085;
}
.TagClassName
{
border-color: #81F085;
}
</style>