Shades of Pastel Green #6ED55D
Tints of Pastel Green #6ED55D
RGB
CMYK
RGB Variations
Color information
#6ED55D (or 0x6ED55D) is known color: Pastel Green. HEX triplet: 6E, D5 and 5D. RGB value is (110,213,93). Sum of RGB (Red+Green+Blue) = 110+213+93=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED55D is #912AA2. Grayscale: #A8A8A8. Windows color (decimal): -9513635 or 6149486. OLE color: 6149486.
HSL color Cylindrical-coordinate representation of color #6ED55D: hue angle of 111.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ED55D is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 93 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.16 |
| HSL | 111.5º | 0.59% | 0.6% | - |
| HSV(B) | 111.5º | 0.56% | 0.84% | - |
| XYZ | 32.2 | 51.69 | 18.64 | - |
| YUV | 168.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 93 | 0.48 | 0 | 0.56 | 0.16 | 111.5 | 0.59 | 0.6 |
| Hex | 6E | D5 | 5D | 30 | 0 | 38 | 10 | 70 | 3B | 3C |
| Octal | 156 | 325 | 135 | 60 | 0 | 70 | 20 | 160 | 73 | 74 |
| Binary | 1101110 | 11010101 | 1011101 | 110000 | 0 | 111000 | 10000 | 1110000 | 111011 | 111100 |
Color Harmonies of #6ED55D
Complementary color
Monochromatic Colors of #6ED55D
Black with #6ED55D
Text Example
Text Example
White with #6ED55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED55D; }
p { color: rgb(110,213,93); }
H1.HeaderClassName
{
color: #6ED55D;
}
.AnyTagClassName
{
color: #6ED55D;
}
</style>
background-color css
<style>
a { background-color: #6ED55D; }
a { background-color: rgb(110,213,93); }
div.DivClassName
{
background-color: #6ED55D;
}
.BgClassName
{
background-color: #6ED55D;
}
</style>
border-color css
<style>
span { border-color: #6ED55D; }
span { border-color: rgb(110,213,93); }
td.TdClassName
{
border-color: #6ED55D;
}
.TagClassName
{
border-color: #6ED55D;
}
</style>