Shades of Pastel Green #6EE160
Tints of Pastel Green #6EE160
RGB
CMYK
RGB Variations
Color information
#6EE160 (or 0x6EE160) is known color: Pastel Green. HEX triplet: 6E, E1 and 60. RGB value is (110,225,96). Sum of RGB (Red+Green+Blue) = 110+225+96=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EE160 is #911E9F. Grayscale: #B0B0B0. Windows color (decimal): -9510560 or 6349166. OLE color: 6349166.
HSL color Cylindrical-coordinate representation of color #6EE160: hue angle of 113.49º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE160 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 96 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.12 |
| HSL | 113.49º | 0.68% | 0.63% | - |
| HSV(B) | 113.49º | 0.57% | 0.88% | - |
| XYZ | 35.47 | 58.01 | 20.39 | - |
| YUV | 175.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 96 | 0.51 | 0 | 0.57 | 0.12 | 113.49 | 0.68 | 0.63 |
| Hex | 6E | E1 | 60 | 33 | 0 | 39 | C | 71 | 44 | 3F |
| Octal | 156 | 341 | 140 | 63 | 0 | 71 | 14 | 161 | 104 | 77 |
| Binary | 1101110 | 11100001 | 1100000 | 110011 | 0 | 111001 | 1100 | 1110001 | 1000100 | 111111 |
Color Harmonies of #6EE160
Complementary color
Monochromatic Colors of #6EE160
Black with #6EE160
Text Example
Text Example
White with #6EE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE160; }
p { color: rgb(110,225,96); }
H1.HeaderClassName
{
color: #6EE160;
}
.AnyTagClassName
{
color: #6EE160;
}
</style>
background-color css
<style>
a { background-color: #6EE160; }
a { background-color: rgb(110,225,96); }
div.DivClassName
{
background-color: #6EE160;
}
.BgClassName
{
background-color: #6EE160;
}
</style>
border-color css
<style>
span { border-color: #6EE160; }
span { border-color: rgb(110,225,96); }
td.TdClassName
{
border-color: #6EE160;
}
.TagClassName
{
border-color: #6EE160;
}
</style>