Shades of Pastel Green #6EE085
Tints of Pastel Green #6EE085
RGB
CMYK
RGB Variations
Color information
#6EE085 (or 0x6EE085) is known color: Pastel Green. HEX triplet: 6E, E0 and 85. RGB value is (110,224,133). Sum of RGB (Red+Green+Blue) = 110+224+133=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #6EE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EE085 is #911F7A. Grayscale: #B3B3B3. Windows color (decimal): -9510779 or 8773742. OLE color: 8773742.
HSL color Cylindrical-coordinate representation of color #6EE085: hue angle of 132.11º 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 #6EE085 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 224 | 133 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.12 |
| HSL | 132.11º | 0.65% | 0.65% | - |
| HSV(B) | 132.11º | 0.51% | 0.88% | - |
| XYZ | 37.32 | 58.32 | 31.48 | - |
| YUV | 179.54 | 101.73 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 133 | 0.51 | 0 | 0.41 | 0.12 | 132.11 | 0.65 | 0.65 |
| Hex | 6E | E0 | 85 | 33 | 0 | 29 | C | 84 | 41 | 41 |
| Octal | 156 | 340 | 205 | 63 | 0 | 51 | 14 | 204 | 101 | 101 |
| Binary | 1101110 | 11100000 | 10000101 | 110011 | 0 | 101001 | 1100 | 10000100 | 1000001 | 1000001 |
Color Harmonies of #6EE085
Complementary color
Monochromatic Colors of #6EE085
Black with #6EE085
Text Example
Text Example
White with #6EE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE085; }
p { color: rgb(110,224,133); }
H1.HeaderClassName
{
color: #6EE085;
}
.AnyTagClassName
{
color: #6EE085;
}
</style>
background-color css
<style>
a { background-color: #6EE085; }
a { background-color: rgb(110,224,133); }
div.DivClassName
{
background-color: #6EE085;
}
.BgClassName
{
background-color: #6EE085;
}
</style>
border-color css
<style>
span { border-color: #6EE085; }
span { border-color: rgb(110,224,133); }
td.TdClassName
{
border-color: #6EE085;
}
.TagClassName
{
border-color: #6EE085;
}
</style>