Shades of Pastel Green #6ED381
Tints of Pastel Green #6ED381
RGB
CMYK
RGB Variations
Color information
#6ED381 (or 0x6ED381) is known color: Pastel Green. HEX triplet: 6E, D3 and 81. RGB value is (110,211,129). Sum of RGB (Red+Green+Blue) = 110+211+129=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED381 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED381 is #912C7E. Grayscale: #ABABAB. Windows color (decimal): -9514111 or 8508270. OLE color: 8508270.
HSL color Cylindrical-coordinate representation of color #6ED381: hue angle of 131.29º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED381 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 211 | 129 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.17 |
| HSL | 131.29º | 0.53% | 0.63% | - |
| HSV(B) | 131.29º | 0.48% | 0.83% | - |
| XYZ | 33.69 | 51.49 | 28.93 | - |
| YUV | 171.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 211 | 129 | 0.48 | 0 | 0.39 | 0.17 | 131.29 | 0.53 | 0.63 |
| Hex | 6E | D3 | 81 | 30 | 0 | 27 | 11 | 83 | 35 | 3F |
| Octal | 156 | 323 | 201 | 60 | 0 | 47 | 21 | 203 | 65 | 77 |
| Binary | 1101110 | 11010011 | 10000001 | 110000 | 0 | 100111 | 10001 | 10000011 | 110101 | 111111 |
Color Harmonies of #6ED381
Complementary color
Monochromatic Colors of #6ED381
Black with #6ED381
Text Example
Text Example
White with #6ED381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED381; }
p { color: rgb(110,211,129); }
H1.HeaderClassName
{
color: #6ED381;
}
.AnyTagClassName
{
color: #6ED381;
}
</style>
background-color css
<style>
a { background-color: #6ED381; }
a { background-color: rgb(110,211,129); }
div.DivClassName
{
background-color: #6ED381;
}
.BgClassName
{
background-color: #6ED381;
}
</style>
border-color css
<style>
span { border-color: #6ED381; }
span { border-color: rgb(110,211,129); }
td.TdClassName
{
border-color: #6ED381;
}
.TagClassName
{
border-color: #6ED381;
}
</style>