Shades of Pastel Green #6ED062
Tints of Pastel Green #6ED062
RGB
CMYK
RGB Variations
Color information
#6ED062 (or 0x6ED062) is known color: Pastel Green. HEX triplet: 6E, D0 and 62. RGB value is (110,208,98). Sum of RGB (Red+Green+Blue) = 110+208+98=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED062 is #912F9D. Grayscale: #A6A6A6. Windows color (decimal): -9514910 or 6475886. OLE color: 6475886.
HSL color Cylindrical-coordinate representation of color #6ED062: hue angle of 113.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ED062 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 98 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.18 |
| HSL | 113.45º | 0.54% | 0.6% | - |
| HSV(B) | 113.45º | 0.53% | 0.82% | - |
| XYZ | 31.19 | 49.31 | 19.43 | - |
| YUV | 166.16 | 89.53 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 98 | 0.47 | 0 | 0.53 | 0.18 | 113.45 | 0.54 | 0.6 |
| Hex | 6E | D0 | 62 | 2F | 0 | 35 | 12 | 71 | 36 | 3C |
| Octal | 156 | 320 | 142 | 57 | 0 | 65 | 22 | 161 | 66 | 74 |
| Binary | 1101110 | 11010000 | 1100010 | 101111 | 0 | 110101 | 10010 | 1110001 | 110110 | 111100 |
Color Harmonies of #6ED062
Complementary color
Monochromatic Colors of #6ED062
Black with #6ED062
Text Example
Text Example
White with #6ED062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED062; }
p { color: rgb(110,208,98); }
H1.HeaderClassName
{
color: #6ED062;
}
.AnyTagClassName
{
color: #6ED062;
}
</style>
background-color css
<style>
a { background-color: #6ED062; }
a { background-color: rgb(110,208,98); }
div.DivClassName
{
background-color: #6ED062;
}
.BgClassName
{
background-color: #6ED062;
}
</style>
border-color css
<style>
span { border-color: #6ED062; }
span { border-color: rgb(110,208,98); }
td.TdClassName
{
border-color: #6ED062;
}
.TagClassName
{
border-color: #6ED062;
}
</style>