Shades of Pastel Green #6EED8B
Tints of Pastel Green #6EED8B
RGB
CMYK
RGB Variations
Color information
#6EED8B (or 0x6EED8B) is known color: Pastel Green. HEX triplet: 6E, ED and 8B. RGB value is (110,237,139). Sum of RGB (Red+Green+Blue) = 110+237+139=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #6EED8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EED8B is #911274. Grayscale: #BCBCBC. Windows color (decimal): -9507445 or 9170286. OLE color: 9170286.
HSL color Cylindrical-coordinate representation of color #6EED8B: hue angle of 133.7º 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 #6EED8B is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 139 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.07 |
| HSL | 133.7º | 0.78% | 0.68% | - |
| HSV(B) | 133.7º | 0.54% | 0.93% | - |
| XYZ | 41.37 | 65.75 | 34.94 | - |
| YUV | 187.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 139 | 0.54 | 0 | 0.41 | 0.07 | 133.7 | 0.78 | 0.68 |
| Hex | 6E | ED | 8B | 36 | 0 | 29 | 7 | 86 | 4E | 44 |
| Octal | 156 | 355 | 213 | 66 | 0 | 51 | 7 | 206 | 116 | 104 |
| Binary | 1101110 | 11101101 | 10001011 | 110110 | 0 | 101001 | 111 | 10000110 | 1001110 | 1000100 |
Color Harmonies of #6EED8B
Complementary color
Monochromatic Colors of #6EED8B
Black with #6EED8B
Text Example
Text Example
White with #6EED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EED8B; }
p { color: rgb(110,237,139); }
H1.HeaderClassName
{
color: #6EED8B;
}
.AnyTagClassName
{
color: #6EED8B;
}
</style>
background-color css
<style>
a { background-color: #6EED8B; }
a { background-color: rgb(110,237,139); }
div.DivClassName
{
background-color: #6EED8B;
}
.BgClassName
{
background-color: #6EED8B;
}
</style>
border-color css
<style>
span { border-color: #6EED8B; }
span { border-color: rgb(110,237,139); }
td.TdClassName
{
border-color: #6EED8B;
}
.TagClassName
{
border-color: #6EED8B;
}
</style>