Shades of Pastel Green #6EDF78
Tints of Pastel Green #6EDF78
RGB
CMYK
RGB Variations
Color information
#6EDF78 (or 0x6EDF78) is known color: Pastel Green. HEX triplet: 6E, DF and 78. RGB value is (110,223,120). Sum of RGB (Red+Green+Blue) = 110+223+120=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDF78 is #912087. Grayscale: #B1B1B1. Windows color (decimal): -9511048 or 7921518. OLE color: 7921518.
HSL color Cylindrical-coordinate representation of color #6EDF78: hue angle of 125.31º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDF78 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 120 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.13 |
| HSL | 125.31º | 0.64% | 0.65% | - |
| HSV(B) | 125.31º | 0.51% | 0.87% | - |
| XYZ | 36.21 | 57.45 | 26.95 | - |
| YUV | 177.47 | 95.56 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 120 | 0.51 | 0 | 0.46 | 0.13 | 125.31 | 0.64 | 0.65 |
| Hex | 6E | DF | 78 | 33 | 0 | 2E | D | 7D | 40 | 41 |
| Octal | 156 | 337 | 170 | 63 | 0 | 56 | 15 | 175 | 100 | 101 |
| Binary | 1101110 | 11011111 | 1111000 | 110011 | 0 | 101110 | 1101 | 1111101 | 1000000 | 1000001 |
Color Harmonies of #6EDF78
Complementary color
Monochromatic Colors of #6EDF78
Black with #6EDF78
Text Example
Text Example
White with #6EDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF78; }
p { color: rgb(110,223,120); }
H1.HeaderClassName
{
color: #6EDF78;
}
.AnyTagClassName
{
color: #6EDF78;
}
</style>
background-color css
<style>
a { background-color: #6EDF78; }
a { background-color: rgb(110,223,120); }
div.DivClassName
{
background-color: #6EDF78;
}
.BgClassName
{
background-color: #6EDF78;
}
</style>
border-color css
<style>
span { border-color: #6EDF78; }
span { border-color: rgb(110,223,120); }
td.TdClassName
{
border-color: #6EDF78;
}
.TagClassName
{
border-color: #6EDF78;
}
</style>