Shades of Pastel Green #6EE164
Tints of Pastel Green #6EE164
RGB
CMYK
RGB Variations
Color information
#6EE164 (or 0x6EE164) is known color: Pastel Green. HEX triplet: 6E, E1 and 64. RGB value is (110,225,100). Sum of RGB (Red+Green+Blue) = 110+225+100=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EE164 is #911E9B. Grayscale: #B0B0B0. Windows color (decimal): -9510556 or 6611310. OLE color: 6611310.
HSL color Cylindrical-coordinate representation of color #6EE164: hue angle of 115.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EE164 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 100 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.12 |
| HSL | 115.2º | 0.68% | 0.64% | - |
| HSV(B) | 115.2º | 0.56% | 0.88% | - |
| XYZ | 35.66 | 58.09 | 21.39 | - |
| YUV | 176.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 100 | 0.51 | 0 | 0.56 | 0.12 | 115.2 | 0.68 | 0.64 |
| Hex | 6E | E1 | 64 | 33 | 0 | 38 | C | 73 | 44 | 40 |
| Octal | 156 | 341 | 144 | 63 | 0 | 70 | 14 | 163 | 104 | 100 |
| Binary | 1101110 | 11100001 | 1100100 | 110011 | 0 | 111000 | 1100 | 1110011 | 1000100 | 1000000 |
Color Harmonies of #6EE164
Complementary color
Monochromatic Colors of #6EE164
Black with #6EE164
Text Example
Text Example
White with #6EE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE164; }
p { color: rgb(110,225,100); }
H1.HeaderClassName
{
color: #6EE164;
}
.AnyTagClassName
{
color: #6EE164;
}
</style>
background-color css
<style>
a { background-color: #6EE164; }
a { background-color: rgb(110,225,100); }
div.DivClassName
{
background-color: #6EE164;
}
.BgClassName
{
background-color: #6EE164;
}
</style>
border-color css
<style>
span { border-color: #6EE164; }
span { border-color: rgb(110,225,100); }
td.TdClassName
{
border-color: #6EE164;
}
.TagClassName
{
border-color: #6EE164;
}
</style>