Shades of Pastel Green #6ED06E
Tints of Pastel Green #6ED06E
RGB
CMYK
RGB Variations
Color information
#6ED06E (or 0x6ED06E) is known color: Pastel Green. HEX triplet: 6E, D0 and 6E. RGB value is (110,208,110). Sum of RGB (Red+Green+Blue) = 110+208+110=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED06E is #912F91. Grayscale: #A7A7A7. Windows color (decimal): -9514898 or 7262318. OLE color: 7262318.
HSL color Cylindrical-coordinate representation of color #6ED06E: hue angle of 120º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED06E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 110 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.18 |
| HSL | 120º | 0.51% | 0.62% | - |
| HSV(B) | 120º | 0.47% | 0.82% | - |
| XYZ | 31.8 | 49.55 | 22.64 | - |
| YUV | 167.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 110 | 0.47 | 0 | 0.47 | 0.18 | 120 | 0.51 | 0.62 |
| Hex | 6E | D0 | 6E | 2F | 0 | 2F | 12 | 78 | 33 | 3E |
| Octal | 156 | 320 | 156 | 57 | 0 | 57 | 22 | 170 | 63 | 76 |
| Binary | 1101110 | 11010000 | 1101110 | 101111 | 0 | 101111 | 10010 | 1111000 | 110011 | 111110 |
Color Harmonies of #6ED06E
Complementary color
Monochromatic Colors of #6ED06E
Black with #6ED06E
Text Example
Text Example
White with #6ED06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED06E; }
p { color: rgb(110,208,110); }
H1.HeaderClassName
{
color: #6ED06E;
}
.AnyTagClassName
{
color: #6ED06E;
}
</style>
background-color css
<style>
a { background-color: #6ED06E; }
a { background-color: rgb(110,208,110); }
div.DivClassName
{
background-color: #6ED06E;
}
.BgClassName
{
background-color: #6ED06E;
}
</style>
border-color css
<style>
span { border-color: #6ED06E; }
span { border-color: rgb(110,208,110); }
td.TdClassName
{
border-color: #6ED06E;
}
.TagClassName
{
border-color: #6ED06E;
}
</style>