Shades of Pastel Green #6EDF75
Tints of Pastel Green #6EDF75
RGB
CMYK
RGB Variations
Color information
#6EDF75 (or 0x6EDF75) is known color: Pastel Green. HEX triplet: 6E, DF and 75. RGB value is (110,223,117). Sum of RGB (Red+Green+Blue) = 110+223+117=450 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EDF75 is #91208A. Grayscale: #B1B1B1. Windows color (decimal): -9511051 or 7724910. OLE color: 7724910.
HSL color Cylindrical-coordinate representation of color #6EDF75: hue angle of 123.72º 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 #6EDF75 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 117 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.13 |
| HSL | 123.72º | 0.64% | 0.65% | - |
| HSV(B) | 123.72º | 0.51% | 0.87% | - |
| XYZ | 36.03 | 57.37 | 26.01 | - |
| YUV | 177.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 117 | 0.51 | 0 | 0.48 | 0.13 | 123.72 | 0.64 | 0.65 |
| Hex | 6E | DF | 75 | 33 | 0 | 30 | D | 7C | 40 | 41 |
| Octal | 156 | 337 | 165 | 63 | 0 | 60 | 15 | 174 | 100 | 101 |
| Binary | 1101110 | 11011111 | 1110101 | 110011 | 0 | 110000 | 1101 | 1111100 | 1000000 | 1000001 |
Color Harmonies of #6EDF75
Complementary color
Monochromatic Colors of #6EDF75
Black with #6EDF75
Text Example
Text Example
White with #6EDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDF75; }
p { color: rgb(110,223,117); }
H1.HeaderClassName
{
color: #6EDF75;
}
.AnyTagClassName
{
color: #6EDF75;
}
</style>
background-color css
<style>
a { background-color: #6EDF75; }
a { background-color: rgb(110,223,117); }
div.DivClassName
{
background-color: #6EDF75;
}
.BgClassName
{
background-color: #6EDF75;
}
</style>
border-color css
<style>
span { border-color: #6EDF75; }
span { border-color: rgb(110,223,117); }
td.TdClassName
{
border-color: #6EDF75;
}
.TagClassName
{
border-color: #6EDF75;
}
</style>