Shades of Pastel Green #81ED5D
Tints of Pastel Green #81ED5D
RGB
CMYK
RGB Variations
Color information
#81ED5D (or 0x81ED5D) is known color: Pastel Green. HEX triplet: 81, ED and 5D. RGB value is (129,237,93). Sum of RGB (Red+Green+Blue) = 129+237+93=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81ED5D is #7E12A2. Grayscale: #BCBCBC. Windows color (decimal): -8262307 or 6155649. OLE color: 6155649.
HSL color Cylindrical-coordinate representation of color #81ED5D: hue angle of 105º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81ED5D is Cyan = 0.46, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 93 | - |
| CMYK | 0.46 | 0 | 0.61 | 0.07 |
| HSL | 105º | 0.8% | 0.65% | - |
| HSV(B) | 105º | 0.61% | 0.93% | - |
| XYZ | 41.31 | 66.03 | 20.92 | - |
| YUV | 188.29 | 74.22 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 93 | 0.46 | 0 | 0.61 | 0.07 | 105 | 0.8 | 0.65 |
| Hex | 81 | ED | 5D | 2E | 0 | 3D | 7 | 69 | 50 | 41 |
| Octal | 201 | 355 | 135 | 56 | 0 | 75 | 7 | 151 | 120 | 101 |
| Binary | 10000001 | 11101101 | 1011101 | 101110 | 0 | 111101 | 111 | 1101001 | 1010000 | 1000001 |
Color Harmonies of #81ED5D
Complementary color
Monochromatic Colors of #81ED5D
Black with #81ED5D
Text Example
Text Example
White with #81ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED5D; }
p { color: rgb(129,237,93); }
H1.HeaderClassName
{
color: #81ED5D;
}
.AnyTagClassName
{
color: #81ED5D;
}
</style>
background-color css
<style>
a { background-color: #81ED5D; }
a { background-color: rgb(129,237,93); }
div.DivClassName
{
background-color: #81ED5D;
}
.BgClassName
{
background-color: #81ED5D;
}
</style>
border-color css
<style>
span { border-color: #81ED5D; }
span { border-color: rgb(129,237,93); }
td.TdClassName
{
border-color: #81ED5D;
}
.TagClassName
{
border-color: #81ED5D;
}
</style>