Shades of Pastel Green #6EEC72
Tints of Pastel Green #6EEC72
RGB
CMYK
RGB Variations
Color information
#6EEC72 (or 0x6EEC72) is known color: Pastel Green. HEX triplet: 6E, EC and 72. RGB value is (110,236,114). Sum of RGB (Red+Green+Blue) = 110+236+114=460 (60% of max value = 765). Red value is 110 (43.36% from 255 or 23.91% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #6EEC72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6EEC72 is #91138D. Grayscale: #B8B8B8. Windows color (decimal): -9507726 or 7531630. OLE color: 7531630.
HSL color Cylindrical-coordinate representation of color #6EEC72: hue angle of 121.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEC72 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 236 | 114 | - |
| CMYK | 0.53 | 0 | 0.52 | 0.07 |
| HSL | 121.9º | 0.77% | 0.68% | - |
| HSV(B) | 121.9º | 0.53% | 0.93% | - |
| XYZ | 39.46 | 64.52 | 26.29 | - |
| YUV | 184.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 236 | 114 | 0.53 | 0 | 0.52 | 0.07 | 121.9 | 0.77 | 0.68 |
| Hex | 6E | EC | 72 | 35 | 0 | 34 | 7 | 7A | 4D | 44 |
| Octal | 156 | 354 | 162 | 65 | 0 | 64 | 7 | 172 | 115 | 104 |
| Binary | 1101110 | 11101100 | 1110010 | 110101 | 0 | 110100 | 111 | 1111010 | 1001101 | 1000100 |
Color Harmonies of #6EEC72
Complementary color
Monochromatic Colors of #6EEC72
Black with #6EEC72
Text Example
Text Example
White with #6EEC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEC72; }
p { color: rgb(110,236,114); }
H1.HeaderClassName
{
color: #6EEC72;
}
.AnyTagClassName
{
color: #6EEC72;
}
</style>
background-color css
<style>
a { background-color: #6EEC72; }
a { background-color: rgb(110,236,114); }
div.DivClassName
{
background-color: #6EEC72;
}
.BgClassName
{
background-color: #6EEC72;
}
</style>
border-color css
<style>
span { border-color: #6EEC72; }
span { border-color: rgb(110,236,114); }
td.TdClassName
{
border-color: #6EEC72;
}
.TagClassName
{
border-color: #6EEC72;
}
</style>