Shades of Pastel Green #6ED185
Tints of Pastel Green #6ED185
RGB
CMYK
RGB Variations
Color information
#6ED185 (or 0x6ED185) is known color: Pastel Green. HEX triplet: 6E, D1 and 85. RGB value is (110,209,133). Sum of RGB (Red+Green+Blue) = 110+209+133=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ED185 is #912E7A. Grayscale: #AAAAAA. Windows color (decimal): -9514619 or 8769902. OLE color: 8769902.
HSL color Cylindrical-coordinate representation of color #6ED185: hue angle of 133.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ED185 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 133 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.18 |
| HSL | 133.94º | 0.52% | 0.63% | - |
| HSV(B) | 133.94º | 0.47% | 0.82% | - |
| XYZ | 33.46 | 50.61 | 30.2 | - |
| YUV | 170.74 | 106.7 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 133 | 0.47 | 0 | 0.36 | 0.18 | 133.94 | 0.52 | 0.63 |
| Hex | 6E | D1 | 85 | 2F | 0 | 24 | 12 | 86 | 34 | 3F |
| Octal | 156 | 321 | 205 | 57 | 0 | 44 | 22 | 206 | 64 | 77 |
| Binary | 1101110 | 11010001 | 10000101 | 101111 | 0 | 100100 | 10010 | 10000110 | 110100 | 111111 |
Color Harmonies of #6ED185
Complementary color
Monochromatic Colors of #6ED185
Black with #6ED185
Text Example
Text Example
White with #6ED185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED185; }
p { color: rgb(110,209,133); }
H1.HeaderClassName
{
color: #6ED185;
}
.AnyTagClassName
{
color: #6ED185;
}
</style>
background-color css
<style>
a { background-color: #6ED185; }
a { background-color: rgb(110,209,133); }
div.DivClassName
{
background-color: #6ED185;
}
.BgClassName
{
background-color: #6ED185;
}
</style>
border-color css
<style>
span { border-color: #6ED185; }
span { border-color: rgb(110,209,133); }
td.TdClassName
{
border-color: #6ED185;
}
.TagClassName
{
border-color: #6ED185;
}
</style>