Shades of Pastel Green #6EDA70
Tints of Pastel Green #6EDA70
RGB
CMYK
RGB Variations
Color information
#6EDA70 (or 0x6EDA70) is known color: Pastel Green. HEX triplet: 6E, DA and 70. RGB value is (110,218,112). Sum of RGB (Red+Green+Blue) = 110+218+112=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDA70 is #91258F. Grayscale: #ADADAD. Windows color (decimal): -9512336 or 7395950. OLE color: 7395950.
HSL color Cylindrical-coordinate representation of color #6EDA70: hue angle of 121.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDA70 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 112 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.15 |
| HSL | 121.11º | 0.59% | 0.64% | - |
| HSV(B) | 121.11º | 0.5% | 0.85% | - |
| XYZ | 34.43 | 54.63 | 24.06 | - |
| YUV | 173.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 112 | 0.50 | 0 | 0.49 | 0.15 | 121.11 | 0.59 | 0.64 |
| Hex | 6E | DA | 70 | 32 | 0 | 31 | F | 79 | 3B | 40 |
| Octal | 156 | 332 | 160 | 62 | 0 | 61 | 17 | 171 | 73 | 100 |
| Binary | 1101110 | 11011010 | 1110000 | 110010 | 0 | 110001 | 1111 | 1111001 | 111011 | 1000000 |
Color Harmonies of #6EDA70
Complementary color
Monochromatic Colors of #6EDA70
Black with #6EDA70
Text Example
Text Example
White with #6EDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA70; }
p { color: rgb(110,218,112); }
H1.HeaderClassName
{
color: #6EDA70;
}
.AnyTagClassName
{
color: #6EDA70;
}
</style>
background-color css
<style>
a { background-color: #6EDA70; }
a { background-color: rgb(110,218,112); }
div.DivClassName
{
background-color: #6EDA70;
}
.BgClassName
{
background-color: #6EDA70;
}
</style>
border-color css
<style>
span { border-color: #6EDA70; }
span { border-color: rgb(110,218,112); }
td.TdClassName
{
border-color: #6EDA70;
}
.TagClassName
{
border-color: #6EDA70;
}
</style>