Shades of Pastel Green #81EE5F
Tints of Pastel Green #81EE5F
RGB
CMYK
RGB Variations
Color information
#81EE5F (or 0x81EE5F) is known color: Pastel Green. HEX triplet: 81, EE and 5F. RGB value is (129,238,95). Sum of RGB (Red+Green+Blue) = 129+238+95=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #81EE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81EE5F is #7E11A0. Grayscale: #BDBDBD. Windows color (decimal): -8262049 or 6286977. OLE color: 6286977.
HSL color Cylindrical-coordinate representation of color #81EE5F: hue angle of 105.73º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81EE5F is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 238 | 95 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.07 |
| HSL | 105.73º | 0.81% | 0.65% | - |
| HSV(B) | 105.73º | 0.6% | 0.93% | - |
| XYZ | 41.69 | 66.64 | 21.49 | - |
| YUV | 189.11 | 74.89 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 238 | 95 | 0.46 | 0 | 0.60 | 0.07 | 105.73 | 0.81 | 0.65 |
| Hex | 81 | EE | 5F | 2E | 0 | 3C | 7 | 6A | 51 | 41 |
| Octal | 201 | 356 | 137 | 56 | 0 | 74 | 7 | 152 | 121 | 101 |
| Binary | 10000001 | 11101110 | 1011111 | 101110 | 0 | 111100 | 111 | 1101010 | 1010001 | 1000001 |
Color Harmonies of #81EE5F
Complementary color
Monochromatic Colors of #81EE5F
Black with #81EE5F
Text Example
Text Example
White with #81EE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EE5F; }
p { color: rgb(129,238,95); }
H1.HeaderClassName
{
color: #81EE5F;
}
.AnyTagClassName
{
color: #81EE5F;
}
</style>
background-color css
<style>
a { background-color: #81EE5F; }
a { background-color: rgb(129,238,95); }
div.DivClassName
{
background-color: #81EE5F;
}
.BgClassName
{
background-color: #81EE5F;
}
</style>
border-color css
<style>
span { border-color: #81EE5F; }
span { border-color: rgb(129,238,95); }
td.TdClassName
{
border-color: #81EE5F;
}
.TagClassName
{
border-color: #81EE5F;
}
</style>