Shades of Pastel Green #6ED181
Tints of Pastel Green #6ED181
RGB
CMYK
RGB Variations
Color information
#6ED181 (or 0x6ED181) is known color: Pastel Green. HEX triplet: 6E, D1 and 81. RGB value is (110,209,129). Sum of RGB (Red+Green+Blue) = 110+209+129=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED181 is #912E7E. Grayscale: #AAAAAA. Windows color (decimal): -9514623 or 8507758. OLE color: 8507758.
HSL color Cylindrical-coordinate representation of color #6ED181: hue angle of 131.52º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED181 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 129 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.18 |
| HSL | 131.52º | 0.52% | 0.63% | - |
| HSV(B) | 131.52º | 0.47% | 0.82% | - |
| XYZ | 33.19 | 50.5 | 28.77 | - |
| YUV | 170.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 129 | 0.47 | 0 | 0.38 | 0.18 | 131.52 | 0.52 | 0.63 |
| Hex | 6E | D1 | 81 | 2F | 0 | 26 | 12 | 84 | 34 | 3F |
| Octal | 156 | 321 | 201 | 57 | 0 | 46 | 22 | 204 | 64 | 77 |
| Binary | 1101110 | 11010001 | 10000001 | 101111 | 0 | 100110 | 10010 | 10000100 | 110100 | 111111 |
Color Harmonies of #6ED181
Complementary color
Monochromatic Colors of #6ED181
Black with #6ED181
Text Example
Text Example
White with #6ED181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED181; }
p { color: rgb(110,209,129); }
H1.HeaderClassName
{
color: #6ED181;
}
.AnyTagClassName
{
color: #6ED181;
}
</style>
background-color css
<style>
a { background-color: #6ED181; }
a { background-color: rgb(110,209,129); }
div.DivClassName
{
background-color: #6ED181;
}
.BgClassName
{
background-color: #6ED181;
}
</style>
border-color css
<style>
span { border-color: #6ED181; }
span { border-color: rgb(110,209,129); }
td.TdClassName
{
border-color: #6ED181;
}
.TagClassName
{
border-color: #6ED181;
}
</style>