Shades of Pastel Green #81ED6C
Tints of Pastel Green #81ED6C
RGB
CMYK
RGB Variations
Color information
#81ED6C (or 0x81ED6C) is known color: Pastel Green. HEX triplet: 81, ED and 6C. RGB value is (129,237,108). Sum of RGB (Red+Green+Blue) = 129+237+108=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #81ED6C is #7E1293. Grayscale: #BEBEBE. Windows color (decimal): -8262292 or 7138689. OLE color: 7138689.
HSL color Cylindrical-coordinate representation of color #81ED6C: hue angle of 110.23º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81ED6C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 237 | 108 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.07 |
| HSL | 110.23º | 0.78% | 0.68% | - |
| HSV(B) | 110.23º | 0.54% | 0.93% | - |
| XYZ | 42.04 | 66.32 | 24.77 | - |
| YUV | 190 | 81.72 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 237 | 108 | 0.46 | 0 | 0.54 | 0.07 | 110.23 | 0.78 | 0.68 |
| Hex | 81 | ED | 6C | 2E | 0 | 36 | 7 | 6E | 4E | 44 |
| Octal | 201 | 355 | 154 | 56 | 0 | 66 | 7 | 156 | 116 | 104 |
| Binary | 10000001 | 11101101 | 1101100 | 101110 | 0 | 110110 | 111 | 1101110 | 1001110 | 1000100 |
Color Harmonies of #81ED6C
Complementary color
Monochromatic Colors of #81ED6C
Black with #81ED6C
Text Example
Text Example
White with #81ED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ED6C; }
p { color: rgb(129,237,108); }
H1.HeaderClassName
{
color: #81ED6C;
}
.AnyTagClassName
{
color: #81ED6C;
}
</style>
background-color css
<style>
a { background-color: #81ED6C; }
a { background-color: rgb(129,237,108); }
div.DivClassName
{
background-color: #81ED6C;
}
.BgClassName
{
background-color: #81ED6C;
}
</style>
border-color css
<style>
span { border-color: #81ED6C; }
span { border-color: rgb(129,237,108); }
td.TdClassName
{
border-color: #81ED6C;
}
.TagClassName
{
border-color: #81ED6C;
}
</style>