Shades of Pastel Green #6FDA88
Tints of Pastel Green #6FDA88
RGB
CMYK
RGB Variations
Color information
#6FDA88 (or 0x6FDA88) is known color: Pastel Green. HEX triplet: 6F, DA and 88. RGB value is (111,218,136). Sum of RGB (Red+Green+Blue) = 111+218+136=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDA88 is #902577. Grayscale: #B0B0B0. Windows color (decimal): -9446776 or 8968815. OLE color: 8968815.
HSL color Cylindrical-coordinate representation of color #6FDA88: hue angle of 134.02º 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 #6FDA88 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 136 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.15 |
| HSL | 134.02º | 0.59% | 0.65% | - |
| HSV(B) | 134.02º | 0.49% | 0.85% | - |
| XYZ | 36.07 | 55.3 | 32.07 | - |
| YUV | 176.66 | 105.05 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 136 | 0.49 | 0 | 0.38 | 0.15 | 134.02 | 0.59 | 0.65 |
| Hex | 6F | DA | 88 | 31 | 0 | 26 | F | 86 | 3B | 41 |
| Octal | 157 | 332 | 210 | 61 | 0 | 46 | 17 | 206 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10001000 | 110001 | 0 | 100110 | 1111 | 10000110 | 111011 | 1000001 |
Color Harmonies of #6FDA88
Complementary color
Monochromatic Colors of #6FDA88
Black with #6FDA88
Text Example
Text Example
White with #6FDA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA88; }
p { color: rgb(111,218,136); }
H1.HeaderClassName
{
color: #6FDA88;
}
.AnyTagClassName
{
color: #6FDA88;
}
</style>
background-color css
<style>
a { background-color: #6FDA88; }
a { background-color: rgb(111,218,136); }
div.DivClassName
{
background-color: #6FDA88;
}
.BgClassName
{
background-color: #6FDA88;
}
</style>
border-color css
<style>
span { border-color: #6FDA88; }
span { border-color: rgb(111,218,136); }
td.TdClassName
{
border-color: #6FDA88;
}
.TagClassName
{
border-color: #6FDA88;
}
</style>