Shades of Pastel Green #6FDA7E
Tints of Pastel Green #6FDA7E
RGB
CMYK
RGB Variations
Color information
#6FDA7E (or 0x6FDA7E) is known color: Pastel Green. HEX triplet: 6F, DA and 7E. RGB value is (111,218,126). Sum of RGB (Red+Green+Blue) = 111+218+126=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDA7E is #902581. Grayscale: #AFAFAF. Windows color (decimal): -9446786 or 8313455. OLE color: 8313455.
HSL color Cylindrical-coordinate representation of color #6FDA7E: hue angle of 128.41º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDA7E is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 126 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.15 |
| HSL | 128.41º | 0.59% | 0.65% | - |
| HSV(B) | 128.41º | 0.49% | 0.85% | - |
| XYZ | 35.39 | 55.03 | 28.49 | - |
| YUV | 175.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 126 | 0.49 | 0 | 0.42 | 0.15 | 128.41 | 0.59 | 0.65 |
| Hex | 6F | DA | 7E | 31 | 0 | 2A | F | 80 | 3B | 41 |
| Octal | 157 | 332 | 176 | 61 | 0 | 52 | 17 | 200 | 73 | 101 |
| Binary | 1101111 | 11011010 | 1111110 | 110001 | 0 | 101010 | 1111 | 10000000 | 111011 | 1000001 |
Color Harmonies of #6FDA7E
Complementary color
Monochromatic Colors of #6FDA7E
Black with #6FDA7E
Text Example
Text Example
White with #6FDA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA7E; }
p { color: rgb(111,218,126); }
H1.HeaderClassName
{
color: #6FDA7E;
}
.AnyTagClassName
{
color: #6FDA7E;
}
</style>
background-color css
<style>
a { background-color: #6FDA7E; }
a { background-color: rgb(111,218,126); }
div.DivClassName
{
background-color: #6FDA7E;
}
.BgClassName
{
background-color: #6FDA7E;
}
</style>
border-color css
<style>
span { border-color: #6FDA7E; }
span { border-color: rgb(111,218,126); }
td.TdClassName
{
border-color: #6FDA7E;
}
.TagClassName
{
border-color: #6FDA7E;
}
</style>