Shades of Pastel Green #81F075
Tints of Pastel Green #81F075
RGB
CMYK
RGB Variations
Color information
#81F075 (or 0x81F075) is known color: Pastel Green. HEX triplet: 81, F0 and 75. RGB value is (129,240,117). Sum of RGB (Red+Green+Blue) = 129+240+117=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #81F075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F075 is #7E0F8A. Grayscale: #C1C1C1. Windows color (decimal): -8261515 or 7729281. OLE color: 7729281.
HSL color Cylindrical-coordinate representation of color #81F075: hue angle of 114.15º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81F075 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 117 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.06 |
| HSL | 114.15º | 0.8% | 0.7% | - |
| HSV(B) | 114.15º | 0.51% | 0.94% | - |
| XYZ | 43.42 | 68.27 | 27.72 | - |
| YUV | 192.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 117 | 0.46 | 0 | 0.51 | 0.06 | 114.15 | 0.8 | 0.7 |
| Hex | 81 | F0 | 75 | 2E | 0 | 33 | 6 | 72 | 50 | 46 |
| Octal | 201 | 360 | 165 | 56 | 0 | 63 | 6 | 162 | 120 | 106 |
| Binary | 10000001 | 11110000 | 1110101 | 101110 | 0 | 110011 | 110 | 1110010 | 1010000 | 1000110 |
Color Harmonies of #81F075
Complementary color
Monochromatic Colors of #81F075
Black with #81F075
Text Example
Text Example
White with #81F075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F075; }
p { color: rgb(129,240,117); }
H1.HeaderClassName
{
color: #81F075;
}
.AnyTagClassName
{
color: #81F075;
}
</style>
background-color css
<style>
a { background-color: #81F075; }
a { background-color: rgb(129,240,117); }
div.DivClassName
{
background-color: #81F075;
}
.BgClassName
{
background-color: #81F075;
}
</style>
border-color css
<style>
span { border-color: #81F075; }
span { border-color: rgb(129,240,117); }
td.TdClassName
{
border-color: #81F075;
}
.TagClassName
{
border-color: #81F075;
}
</style>