Shades of Pastel Green #6ED760
Tints of Pastel Green #6ED760
RGB
CMYK
RGB Variations
Color information
#6ED760 (or 0x6ED760) is known color: Pastel Green. HEX triplet: 6E, D7 and 60. RGB value is (110,215,96). Sum of RGB (Red+Green+Blue) = 110+215+96=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ED760 is #91289F. Grayscale: #AAAAAA. Windows color (decimal): -9513120 or 6346606. OLE color: 6346606.
HSL color Cylindrical-coordinate representation of color #6ED760: hue angle of 112.94º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ED760 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 96 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.16 |
| HSL | 112.94º | 0.6% | 0.61% | - |
| HSV(B) | 112.94º | 0.55% | 0.84% | - |
| XYZ | 32.84 | 52.76 | 19.52 | - |
| YUV | 170.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 96 | 0.49 | 0 | 0.55 | 0.16 | 112.94 | 0.6 | 0.61 |
| Hex | 6E | D7 | 60 | 31 | 0 | 37 | 10 | 71 | 3C | 3D |
| Octal | 156 | 327 | 140 | 61 | 0 | 67 | 20 | 161 | 74 | 75 |
| Binary | 1101110 | 11010111 | 1100000 | 110001 | 0 | 110111 | 10000 | 1110001 | 111100 | 111101 |
Color Harmonies of #6ED760
Complementary color
Monochromatic Colors of #6ED760
Black with #6ED760
Text Example
Text Example
White with #6ED760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED760; }
p { color: rgb(110,215,96); }
H1.HeaderClassName
{
color: #6ED760;
}
.AnyTagClassName
{
color: #6ED760;
}
</style>
background-color css
<style>
a { background-color: #6ED760; }
a { background-color: rgb(110,215,96); }
div.DivClassName
{
background-color: #6ED760;
}
.BgClassName
{
background-color: #6ED760;
}
</style>
border-color css
<style>
span { border-color: #6ED760; }
span { border-color: rgb(110,215,96); }
td.TdClassName
{
border-color: #6ED760;
}
.TagClassName
{
border-color: #6ED760;
}
</style>