Shades of Pastel Green #6EFA8A
Tints of Pastel Green #6EFA8A
RGB
CMYK
RGB Variations
Color information
#6EFA8A (or 0x6EFA8A) is known color: Pastel Green. HEX triplet: 6E, FA and 8A. RGB value is (110,250,138). Sum of RGB (Red+Green+Blue) = 110+250+138=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6EFA8A is #910575. Grayscale: #C3C3C3. Windows color (decimal): -9504118 or 9108078. OLE color: 9108078.
HSL color Cylindrical-coordinate representation of color #6EFA8A: hue angle of 132º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFA8A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 250 | 138 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.02 |
| HSL | 132º | 0.93% | 0.71% | - |
| HSV(B) | 132º | 0.56% | 0.98% | - |
| XYZ | 45.2 | 73.52 | 35.85 | - |
| YUV | 195.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 250 | 138 | 0.56 | 0 | 0.45 | 0.02 | 132 | 0.93 | 0.71 |
| Hex | 6E | FA | 8A | 38 | 0 | 2D | 2 | 84 | 5D | 47 |
| Octal | 156 | 372 | 212 | 70 | 0 | 55 | 2 | 204 | 135 | 107 |
| Binary | 1101110 | 11111010 | 10001010 | 111000 | 0 | 101101 | 10 | 10000100 | 1011101 | 1000111 |
Color Harmonies of #6EFA8A
Complementary color
Monochromatic Colors of #6EFA8A
Black with #6EFA8A
Text Example
Text Example
White with #6EFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EFA8A; }
p { color: rgb(110,250,138); }
H1.HeaderClassName
{
color: #6EFA8A;
}
.AnyTagClassName
{
color: #6EFA8A;
}
</style>
background-color css
<style>
a { background-color: #6EFA8A; }
a { background-color: rgb(110,250,138); }
div.DivClassName
{
background-color: #6EFA8A;
}
.BgClassName
{
background-color: #6EFA8A;
}
</style>
border-color css
<style>
span { border-color: #6EFA8A; }
span { border-color: rgb(110,250,138); }
td.TdClassName
{
border-color: #6EFA8A;
}
.TagClassName
{
border-color: #6EFA8A;
}
</style>