Shades of Pastel Green #6ED074
Tints of Pastel Green #6ED074
RGB
CMYK
RGB Variations
Color information
#6ED074 (or 0x6ED074) is known color: Pastel Green. HEX triplet: 6E, D0 and 74. RGB value is (110,208,116). Sum of RGB (Red+Green+Blue) = 110+208+116=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED074 is #912F8B. Grayscale: #A8A8A8. Windows color (decimal): -9514892 or 7655534. OLE color: 7655534.
HSL color Cylindrical-coordinate representation of color #6ED074: hue angle of 123.67º 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 #6ED074 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 116 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.18 |
| HSL | 123.67º | 0.51% | 0.62% | - |
| HSV(B) | 123.67º | 0.47% | 0.82% | - |
| XYZ | 32.14 | 49.69 | 24.42 | - |
| YUV | 168.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 116 | 0.47 | 0 | 0.44 | 0.18 | 123.67 | 0.51 | 0.62 |
| Hex | 6E | D0 | 74 | 2F | 0 | 2C | 12 | 7C | 33 | 3E |
| Octal | 156 | 320 | 164 | 57 | 0 | 54 | 22 | 174 | 63 | 76 |
| Binary | 1101110 | 11010000 | 1110100 | 101111 | 0 | 101100 | 10010 | 1111100 | 110011 | 111110 |
Color Harmonies of #6ED074
Complementary color
Monochromatic Colors of #6ED074
Black with #6ED074
Text Example
Text Example
White with #6ED074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED074; }
p { color: rgb(110,208,116); }
H1.HeaderClassName
{
color: #6ED074;
}
.AnyTagClassName
{
color: #6ED074;
}
</style>
background-color css
<style>
a { background-color: #6ED074; }
a { background-color: rgb(110,208,116); }
div.DivClassName
{
background-color: #6ED074;
}
.BgClassName
{
background-color: #6ED074;
}
</style>
border-color css
<style>
span { border-color: #6ED074; }
span { border-color: rgb(110,208,116); }
td.TdClassName
{
border-color: #6ED074;
}
.TagClassName
{
border-color: #6ED074;
}
</style>