Shades of Pastel Green #6DE080
Tints of Pastel Green #6DE080
RGB
CMYK
RGB Variations
Color information
#6DE080 (or 0x6DE080) is known color: Pastel Green. HEX triplet: 6D, E0 and 80. RGB value is (109,224,128). Sum of RGB (Red+Green+Blue) = 109+224+128=461 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.64% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #6DE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DE080 is #921F7F. Grayscale: #B2B2B2. Windows color (decimal): -9576320 or 8446061. OLE color: 8446061.
HSL color Cylindrical-coordinate representation of color #6DE080: hue angle of 129.91º 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 #6DE080 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 224 | 128 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.12 |
| HSL | 129.91º | 0.65% | 0.65% | - |
| HSV(B) | 129.91º | 0.51% | 0.88% | - |
| XYZ | 36.86 | 58.12 | 29.7 | - |
| YUV | 178.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 224 | 128 | 0.51 | 0 | 0.43 | 0.12 | 129.91 | 0.65 | 0.65 |
| Hex | 6D | E0 | 80 | 33 | 0 | 2B | C | 82 | 41 | 41 |
| Octal | 155 | 340 | 200 | 63 | 0 | 53 | 14 | 202 | 101 | 101 |
| Binary | 1101101 | 11100000 | 10000000 | 110011 | 0 | 101011 | 1100 | 10000010 | 1000001 | 1000001 |
Color Harmonies of #6DE080
Complementary color
Monochromatic Colors of #6DE080
Black with #6DE080
Text Example
Text Example
White with #6DE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE080; }
p { color: rgb(109,224,128); }
H1.HeaderClassName
{
color: #6DE080;
}
.AnyTagClassName
{
color: #6DE080;
}
</style>
background-color css
<style>
a { background-color: #6DE080; }
a { background-color: rgb(109,224,128); }
div.DivClassName
{
background-color: #6DE080;
}
.BgClassName
{
background-color: #6DE080;
}
</style>
border-color css
<style>
span { border-color: #6DE080; }
span { border-color: rgb(109,224,128); }
td.TdClassName
{
border-color: #6DE080;
}
.TagClassName
{
border-color: #6DE080;
}
</style>