Shades of Pastel Green #6EDF86
Tints of Pastel Green #6EDF86
RGB
CMYK
RGB Variations
Color information
#6EDF86 (or 0x6EDF86) is known color: Pastel Green. HEX triplet: 6E, DF and 86. RGB value is (110,223,134). Sum of RGB (Red+Green+Blue) = 110+223+134=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EDF86 is #912079. Grayscale: #B3B3B3. Windows color (decimal): -9511034 or 8839022. OLE color: 8839022.
HSL color Cylindrical-coordinate representation of color #6EDF86: hue angle of 132.74º 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 #6EDF86 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 134 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.13 |
| HSL | 132.74º | 0.64% | 0.65% | - |
| HSV(B) | 132.74º | 0.51% | 0.87% | - |
| XYZ | 37.12 | 57.81 | 31.76 | - |
| YUV | 179.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 134 | 0.51 | 0 | 0.40 | 0.13 | 132.74 | 0.64 | 0.65 |
| Hex | 6E | DF | 86 | 33 | 0 | 28 | D | 85 | 40 | 41 |
| Octal | 156 | 337 | 206 | 63 | 0 | 50 | 15 | 205 | 100 | 101 |
| Binary | 1101110 | 11011111 | 10000110 | 110011 | 0 | 101000 | 1101 | 10000101 | 1000000 | 1000001 |
Color Harmonies of #6EDF86
Complementary color
Monochromatic Colors of #6EDF86
Black with #6EDF86
Text Example
Text Example
White with #6EDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF86; }
p { color: rgb(110,223,134); }
H1.HeaderClassName
{
color: #6EDF86;
}
.AnyTagClassName
{
color: #6EDF86;
}
</style>
background-color css
<style>
a { background-color: #6EDF86; }
a { background-color: rgb(110,223,134); }
div.DivClassName
{
background-color: #6EDF86;
}
.BgClassName
{
background-color: #6EDF86;
}
</style>
border-color css
<style>
span { border-color: #6EDF86; }
span { border-color: rgb(110,223,134); }
td.TdClassName
{
border-color: #6EDF86;
}
.TagClassName
{
border-color: #6EDF86;
}
</style>