Shades of Pastel Green #6ED471
Tints of Pastel Green #6ED471
RGB
CMYK
RGB Variations
Color information
#6ED471 (or 0x6ED471) is known color: Pastel Green. HEX triplet: 6E, D4 and 71. RGB value is (110,212,113). Sum of RGB (Red+Green+Blue) = 110+212+113=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #6ED471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED471 is #912B8E. Grayscale: #AAAAAA. Windows color (decimal): -9513871 or 7459950. OLE color: 7459950.
HSL color Cylindrical-coordinate representation of color #6ED471: hue angle of 121.76º degrees, saturation: 0.54, 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 #6ED471 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 212 | 113 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.17 |
| HSL | 121.76º | 0.54% | 0.63% | - |
| HSV(B) | 121.76º | 0.48% | 0.83% | - |
| XYZ | 32.95 | 51.59 | 23.84 | - |
| YUV | 170.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 212 | 113 | 0.48 | 0 | 0.47 | 0.17 | 121.76 | 0.54 | 0.63 |
| Hex | 6E | D4 | 71 | 30 | 0 | 2F | 11 | 7A | 36 | 3F |
| Octal | 156 | 324 | 161 | 60 | 0 | 57 | 21 | 172 | 66 | 77 |
| Binary | 1101110 | 11010100 | 1110001 | 110000 | 0 | 101111 | 10001 | 1111010 | 110110 | 111111 |
Color Harmonies of #6ED471
Complementary color
Monochromatic Colors of #6ED471
Black with #6ED471
Text Example
Text Example
White with #6ED471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED471; }
p { color: rgb(110,212,113); }
H1.HeaderClassName
{
color: #6ED471;
}
.AnyTagClassName
{
color: #6ED471;
}
</style>
background-color css
<style>
a { background-color: #6ED471; }
a { background-color: rgb(110,212,113); }
div.DivClassName
{
background-color: #6ED471;
}
.BgClassName
{
background-color: #6ED471;
}
</style>
border-color css
<style>
span { border-color: #6ED471; }
span { border-color: rgb(110,212,113); }
td.TdClassName
{
border-color: #6ED471;
}
.TagClassName
{
border-color: #6ED471;
}
</style>