Shades of Pastel Green #81F06C
Tints of Pastel Green #81F06C
RGB
CMYK
RGB Variations
Color information
#81F06C (or 0x81F06C) is known color: Pastel Green. HEX triplet: 81, F0 and 6C. RGB value is (129,240,108). Sum of RGB (Red+Green+Blue) = 129+240+108=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #81F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81F06C is #7E0F93. Grayscale: #C0C0C0. Windows color (decimal): -8261524 or 7139457. OLE color: 7139457.
HSL color Cylindrical-coordinate representation of color #81F06C: hue angle of 110.45º 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 #81F06C is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 108 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.06 |
| HSL | 110.45º | 0.81% | 0.68% | - |
| HSV(B) | 110.45º | 0.55% | 0.94% | - |
| XYZ | 42.92 | 68.07 | 25.06 | - |
| YUV | 191.76 | 80.73 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 108 | 0.46 | 0 | 0.55 | 0.06 | 110.45 | 0.81 | 0.68 |
| Hex | 81 | F0 | 6C | 2E | 0 | 37 | 6 | 6E | 51 | 44 |
| Octal | 201 | 360 | 154 | 56 | 0 | 67 | 6 | 156 | 121 | 104 |
| Binary | 10000001 | 11110000 | 1101100 | 101110 | 0 | 110111 | 110 | 1101110 | 1010001 | 1000100 |
Color Harmonies of #81F06C
Complementary color
Monochromatic Colors of #81F06C
Black with #81F06C
Text Example
Text Example
White with #81F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F06C; }
p { color: rgb(129,240,108); }
H1.HeaderClassName
{
color: #81F06C;
}
.AnyTagClassName
{
color: #81F06C;
}
</style>
background-color css
<style>
a { background-color: #81F06C; }
a { background-color: rgb(129,240,108); }
div.DivClassName
{
background-color: #81F06C;
}
.BgClassName
{
background-color: #81F06C;
}
</style>
border-color css
<style>
span { border-color: #81F06C; }
span { border-color: rgb(129,240,108); }
td.TdClassName
{
border-color: #81F06C;
}
.TagClassName
{
border-color: #81F06C;
}
</style>