Shades of Pastel Green #6EED8A
Tints of Pastel Green #6EED8A
RGB
CMYK
RGB Variations
Color information
#6EED8A (or 0x6EED8A) is known color: Pastel Green. HEX triplet: 6E, ED and 8A. RGB value is (110,237,138). Sum of RGB (Red+Green+Blue) = 110+237+138=485 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.68% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EED8A is #911275. Grayscale: #BCBCBC. Windows color (decimal): -9507446 or 9104750. OLE color: 9104750.
HSL color Cylindrical-coordinate representation of color #6EED8A: hue angle of 133.23º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EED8A is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 138 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.07 |
| HSL | 133.23º | 0.78% | 0.68% | - |
| HSV(B) | 133.23º | 0.54% | 0.93% | - |
| XYZ | 41.3 | 65.72 | 34.55 | - |
| YUV | 187.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 138 | 0.54 | 0 | 0.42 | 0.07 | 133.23 | 0.78 | 0.68 |
| Hex | 6E | ED | 8A | 36 | 0 | 2A | 7 | 85 | 4E | 44 |
| Octal | 156 | 355 | 212 | 66 | 0 | 52 | 7 | 205 | 116 | 104 |
| Binary | 1101110 | 11101101 | 10001010 | 110110 | 0 | 101010 | 111 | 10000101 | 1001110 | 1000100 |
Color Harmonies of #6EED8A
Complementary color
Monochromatic Colors of #6EED8A
Black with #6EED8A
Text Example
Text Example
White with #6EED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED8A; }
p { color: rgb(110,237,138); }
H1.HeaderClassName
{
color: #6EED8A;
}
.AnyTagClassName
{
color: #6EED8A;
}
</style>
background-color css
<style>
a { background-color: #6EED8A; }
a { background-color: rgb(110,237,138); }
div.DivClassName
{
background-color: #6EED8A;
}
.BgClassName
{
background-color: #6EED8A;
}
</style>
border-color css
<style>
span { border-color: #6EED8A; }
span { border-color: rgb(110,237,138); }
td.TdClassName
{
border-color: #6EED8A;
}
.TagClassName
{
border-color: #6EED8A;
}
</style>