Shades of Pastel Green #6FDA86
Tints of Pastel Green #6FDA86
RGB
CMYK
RGB Variations
Color information
#6FDA86 (or 0x6FDA86) is known color: Pastel Green. HEX triplet: 6F, DA and 86. RGB value is (111,218,134). Sum of RGB (Red+Green+Blue) = 111+218+134=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDA86 is #902579. Grayscale: #B0B0B0. Windows color (decimal): -9446778 or 8837743. OLE color: 8837743.
HSL color Cylindrical-coordinate representation of color #6FDA86: hue angle of 132.9º 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 #6FDA86 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 134 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.15 |
| HSL | 132.9º | 0.59% | 0.65% | - |
| HSV(B) | 132.9º | 0.49% | 0.85% | - |
| XYZ | 35.93 | 55.24 | 31.32 | - |
| YUV | 176.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 134 | 0.49 | 0 | 0.39 | 0.15 | 132.9 | 0.59 | 0.65 |
| Hex | 6F | DA | 86 | 31 | 0 | 27 | F | 85 | 3B | 41 |
| Octal | 157 | 332 | 206 | 61 | 0 | 47 | 17 | 205 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10000110 | 110001 | 0 | 100111 | 1111 | 10000101 | 111011 | 1000001 |
Color Harmonies of #6FDA86
Complementary color
Monochromatic Colors of #6FDA86
Black with #6FDA86
Text Example
Text Example
White with #6FDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA86; }
p { color: rgb(111,218,134); }
H1.HeaderClassName
{
color: #6FDA86;
}
.AnyTagClassName
{
color: #6FDA86;
}
</style>
background-color css
<style>
a { background-color: #6FDA86; }
a { background-color: rgb(111,218,134); }
div.DivClassName
{
background-color: #6FDA86;
}
.BgClassName
{
background-color: #6FDA86;
}
</style>
border-color css
<style>
span { border-color: #6FDA86; }
span { border-color: rgb(111,218,134); }
td.TdClassName
{
border-color: #6FDA86;
}
.TagClassName
{
border-color: #6FDA86;
}
</style>