Shades of Pastel Green #6FDB8D
Tints of Pastel Green #6FDB8D
RGB
CMYK
RGB Variations
Color information
#6FDB8D (or 0x6FDB8D) is known color: Pastel Green. HEX triplet: 6F, DB and 8D. RGB value is (111,219,141). Sum of RGB (Red+Green+Blue) = 111+219+141=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDB8D is #902472. Grayscale: #B2B2B2. Windows color (decimal): -9446515 or 9296751. OLE color: 9296751.
HSL color Cylindrical-coordinate representation of color #6FDB8D: hue angle of 136.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FDB8D is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 141 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.14 |
| HSL | 136.67º | 0.6% | 0.65% | - |
| HSV(B) | 136.67º | 0.49% | 0.86% | - |
| XYZ | 36.69 | 55.97 | 34.07 | - |
| YUV | 177.82 | 107.22 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 141 | 0.49 | 0 | 0.36 | 0.14 | 136.67 | 0.6 | 0.65 |
| Hex | 6F | DB | 8D | 31 | 0 | 24 | E | 89 | 3C | 41 |
| Octal | 157 | 333 | 215 | 61 | 0 | 44 | 16 | 211 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10001101 | 110001 | 0 | 100100 | 1110 | 10001001 | 111100 | 1000001 |
Color Harmonies of #6FDB8D
Complementary color
Monochromatic Colors of #6FDB8D
Black with #6FDB8D
Text Example
Text Example
White with #6FDB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB8D; }
p { color: rgb(111,219,141); }
H1.HeaderClassName
{
color: #6FDB8D;
}
.AnyTagClassName
{
color: #6FDB8D;
}
</style>
background-color css
<style>
a { background-color: #6FDB8D; }
a { background-color: rgb(111,219,141); }
div.DivClassName
{
background-color: #6FDB8D;
}
.BgClassName
{
background-color: #6FDB8D;
}
</style>
border-color css
<style>
span { border-color: #6FDB8D; }
span { border-color: rgb(111,219,141); }
td.TdClassName
{
border-color: #6FDB8D;
}
.TagClassName
{
border-color: #6FDB8D;
}
</style>