Shades of Pastel Green #6EDE64
Tints of Pastel Green #6EDE64
RGB
CMYK
RGB Variations
Color information
#6EDE64 (or 0x6EDE64) is known color: Pastel Green. HEX triplet: 6E, DE and 64. RGB value is (110,222,100). Sum of RGB (Red+Green+Blue) = 110+222+100=432 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.46% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDE64 is #91219B. Grayscale: #AEAEAE. Windows color (decimal): -9511324 or 6610542. OLE color: 6610542.
HSL color Cylindrical-coordinate representation of color #6EDE64: hue angle of 115.08º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EDE64 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 100 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.13 |
| HSL | 115.08º | 0.65% | 0.63% | - |
| HSV(B) | 115.08º | 0.55% | 0.87% | - |
| XYZ | 34.85 | 56.48 | 21.12 | - |
| YUV | 174.6 | 85.89 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 100 | 0.50 | 0 | 0.55 | 0.13 | 115.08 | 0.65 | 0.63 |
| Hex | 6E | DE | 64 | 32 | 0 | 37 | D | 73 | 41 | 3F |
| Octal | 156 | 336 | 144 | 62 | 0 | 67 | 15 | 163 | 101 | 77 |
| Binary | 1101110 | 11011110 | 1100100 | 110010 | 0 | 110111 | 1101 | 1110011 | 1000001 | 111111 |
Color Harmonies of #6EDE64
Complementary color
Monochromatic Colors of #6EDE64
Black with #6EDE64
Text Example
Text Example
White with #6EDE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDE64; }
p { color: rgb(110,222,100); }
H1.HeaderClassName
{
color: #6EDE64;
}
.AnyTagClassName
{
color: #6EDE64;
}
</style>
background-color css
<style>
a { background-color: #6EDE64; }
a { background-color: rgb(110,222,100); }
div.DivClassName
{
background-color: #6EDE64;
}
.BgClassName
{
background-color: #6EDE64;
}
</style>
border-color css
<style>
span { border-color: #6EDE64; }
span { border-color: rgb(110,222,100); }
td.TdClassName
{
border-color: #6EDE64;
}
.TagClassName
{
border-color: #6EDE64;
}
</style>