Shades of Pastel Green #81F06D
Tints of Pastel Green #81F06D
RGB
CMYK
RGB Variations
Color information
#81F06D (or 0x81F06D) is known color: Pastel Green. HEX triplet: 81, F0 and 6D. RGB value is (129,240,109). Sum of RGB (Red+Green+Blue) = 129+240+109=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #81F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F06D is #7E0F92. Grayscale: #C0C0C0. Windows color (decimal): -8261523 or 7204993. OLE color: 7204993.
HSL color Cylindrical-coordinate representation of color #81F06D: hue angle of 110.84º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81F06D is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 109 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.06 |
| HSL | 110.84º | 0.81% | 0.68% | - |
| HSV(B) | 110.84º | 0.55% | 0.94% | - |
| XYZ | 42.97 | 68.09 | 25.35 | - |
| YUV | 191.88 | 81.23 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 109 | 0.46 | 0 | 0.55 | 0.06 | 110.84 | 0.81 | 0.68 |
| Hex | 81 | F0 | 6D | 2E | 0 | 37 | 6 | 6F | 51 | 44 |
| Octal | 201 | 360 | 155 | 56 | 0 | 67 | 6 | 157 | 121 | 104 |
| Binary | 10000001 | 11110000 | 1101101 | 101110 | 0 | 110111 | 110 | 1101111 | 1010001 | 1000100 |
Color Harmonies of #81F06D
Complementary color
Monochromatic Colors of #81F06D
Black with #81F06D
Text Example
Text Example
White with #81F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F06D; }
p { color: rgb(129,240,109); }
H1.HeaderClassName
{
color: #81F06D;
}
.AnyTagClassName
{
color: #81F06D;
}
</style>
background-color css
<style>
a { background-color: #81F06D; }
a { background-color: rgb(129,240,109); }
div.DivClassName
{
background-color: #81F06D;
}
.BgClassName
{
background-color: #81F06D;
}
</style>
border-color css
<style>
span { border-color: #81F06D; }
span { border-color: rgb(129,240,109); }
td.TdClassName
{
border-color: #81F06D;
}
.TagClassName
{
border-color: #81F06D;
}
</style>