Shades of Pastel Green #6FEC80
Tints of Pastel Green #6FEC80
RGB
CMYK
RGB Variations
Color information
#6FEC80 (or 0x6FEC80) is known color: Pastel Green. HEX triplet: 6F, EC and 80. RGB value is (111,236,128). Sum of RGB (Red+Green+Blue) = 111+236+128=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #6FEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FEC80 is #90137F. Grayscale: #BABABA. Windows color (decimal): -9442176 or 8449135. OLE color: 8449135.
HSL color Cylindrical-coordinate representation of color #6FEC80: hue angle of 128.16º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEC80 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 236 | 128 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.07 |
| HSL | 128.16º | 0.77% | 0.68% | - |
| HSV(B) | 128.16º | 0.53% | 0.93% | - |
| XYZ | 40.45 | 64.93 | 30.82 | - |
| YUV | 186.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 236 | 128 | 0.53 | 0 | 0.46 | 0.07 | 128.16 | 0.77 | 0.68 |
| Hex | 6F | EC | 80 | 35 | 0 | 2E | 7 | 80 | 4D | 44 |
| Octal | 157 | 354 | 200 | 65 | 0 | 56 | 7 | 200 | 115 | 104 |
| Binary | 1101111 | 11101100 | 10000000 | 110101 | 0 | 101110 | 111 | 10000000 | 1001101 | 1000100 |
Color Harmonies of #6FEC80
Complementary color
Monochromatic Colors of #6FEC80
Black with #6FEC80
Text Example
Text Example
White with #6FEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FEC80; }
p { color: rgb(111,236,128); }
H1.HeaderClassName
{
color: #6FEC80;
}
.AnyTagClassName
{
color: #6FEC80;
}
</style>
background-color css
<style>
a { background-color: #6FEC80; }
a { background-color: rgb(111,236,128); }
div.DivClassName
{
background-color: #6FEC80;
}
.BgClassName
{
background-color: #6FEC80;
}
</style>
border-color css
<style>
span { border-color: #6FEC80; }
span { border-color: rgb(111,236,128); }
td.TdClassName
{
border-color: #6FEC80;
}
.TagClassName
{
border-color: #6FEC80;
}
</style>