Shades of Pastel Green #6FDA8C
Tints of Pastel Green #6FDA8C
RGB
CMYK
RGB Variations
Color information
#6FDA8C (or 0x6FDA8C) is known color: Pastel Green. HEX triplet: 6F, DA and 8C. RGB value is (111,218,140). Sum of RGB (Red+Green+Blue) = 111+218+140=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #6FDA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDA8C is #902573. Grayscale: #B1B1B1. Windows color (decimal): -9446772 or 9230959. OLE color: 9230959.
HSL color Cylindrical-coordinate representation of color #6FDA8C: hue angle of 136.26º 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 #6FDA8C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 218 | 140 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.15 |
| HSL | 136.26º | 0.59% | 0.65% | - |
| HSV(B) | 136.26º | 0.49% | 0.85% | - |
| XYZ | 36.36 | 55.42 | 33.59 | - |
| YUV | 177.12 | 107.05 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 218 | 140 | 0.49 | 0 | 0.36 | 0.15 | 136.26 | 0.59 | 0.65 |
| Hex | 6F | DA | 8C | 31 | 0 | 24 | F | 88 | 3B | 41 |
| Octal | 157 | 332 | 214 | 61 | 0 | 44 | 17 | 210 | 73 | 101 |
| Binary | 1101111 | 11011010 | 10001100 | 110001 | 0 | 100100 | 1111 | 10001000 | 111011 | 1000001 |
Color Harmonies of #6FDA8C
Complementary color
Monochromatic Colors of #6FDA8C
Black with #6FDA8C
Text Example
Text Example
White with #6FDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDA8C; }
p { color: rgb(111,218,140); }
H1.HeaderClassName
{
color: #6FDA8C;
}
.AnyTagClassName
{
color: #6FDA8C;
}
</style>
background-color css
<style>
a { background-color: #6FDA8C; }
a { background-color: rgb(111,218,140); }
div.DivClassName
{
background-color: #6FDA8C;
}
.BgClassName
{
background-color: #6FDA8C;
}
</style>
border-color css
<style>
span { border-color: #6FDA8C; }
span { border-color: rgb(111,218,140); }
td.TdClassName
{
border-color: #6FDA8C;
}
.TagClassName
{
border-color: #6FDA8C;
}
</style>