Shades of Pastel Green #6EE080
Tints of Pastel Green #6EE080
RGB
CMYK
RGB Variations
Color information
#6EE080 (or 0x6EE080) is known color: Pastel Green. HEX triplet: 6E, E0 and 80. RGB value is (110,224,128). Sum of RGB (Red+Green+Blue) = 110+224+128=462 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.81% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EE080 is #911F7F. Grayscale: #B3B3B3. Windows color (decimal): -9510784 or 8446062. OLE color: 8446062.
HSL color Cylindrical-coordinate representation of color #6EE080: hue angle of 129.47º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EE080 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 128 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.12 |
| HSL | 129.47º | 0.65% | 0.65% | - |
| HSV(B) | 129.47º | 0.51% | 0.88% | - |
| XYZ | 36.98 | 58.18 | 29.7 | - |
| YUV | 178.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 128 | 0.51 | 0 | 0.43 | 0.12 | 129.47 | 0.65 | 0.65 |
| Hex | 6E | E0 | 80 | 33 | 0 | 2B | C | 81 | 41 | 41 |
| Octal | 156 | 340 | 200 | 63 | 0 | 53 | 14 | 201 | 101 | 101 |
| Binary | 1101110 | 11100000 | 10000000 | 110011 | 0 | 101011 | 1100 | 10000001 | 1000001 | 1000001 |
Color Harmonies of #6EE080
Complementary color
Monochromatic Colors of #6EE080
Black with #6EE080
Text Example
Text Example
White with #6EE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE080; }
p { color: rgb(110,224,128); }
H1.HeaderClassName
{
color: #6EE080;
}
.AnyTagClassName
{
color: #6EE080;
}
</style>
background-color css
<style>
a { background-color: #6EE080; }
a { background-color: rgb(110,224,128); }
div.DivClassName
{
background-color: #6EE080;
}
.BgClassName
{
background-color: #6EE080;
}
</style>
border-color css
<style>
span { border-color: #6EE080; }
span { border-color: rgb(110,224,128); }
td.TdClassName
{
border-color: #6EE080;
}
.TagClassName
{
border-color: #6EE080;
}
</style>