Shades of Pastel Green #6FDB8A
Tints of Pastel Green #6FDB8A
RGB
CMYK
RGB Variations
Color information
#6FDB8A (or 0x6FDB8A) is known color: Pastel Green. HEX triplet: 6F, DB and 8A. RGB value is (111,219,138). Sum of RGB (Red+Green+Blue) = 111+219+138=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDB8A is #902475. Grayscale: #B1B1B1. Windows color (decimal): -9446518 or 9100143. OLE color: 9100143.
HSL color Cylindrical-coordinate representation of color #6FDB8A: hue angle of 135º 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 #6FDB8A is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 138 | - |
| CMYK | 0.49 | 0 | 0.37 | 0.14 |
| HSL | 135º | 0.6% | 0.65% | - |
| HSV(B) | 135º | 0.49% | 0.86% | - |
| XYZ | 36.47 | 55.88 | 32.91 | - |
| YUV | 177.47 | 105.72 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 138 | 0.49 | 0 | 0.37 | 0.14 | 135 | 0.6 | 0.65 |
| Hex | 6F | DB | 8A | 31 | 0 | 25 | E | 87 | 3C | 41 |
| Octal | 157 | 333 | 212 | 61 | 0 | 45 | 16 | 207 | 74 | 101 |
| Binary | 1101111 | 11011011 | 10001010 | 110001 | 0 | 100101 | 1110 | 10000111 | 111100 | 1000001 |
Color Harmonies of #6FDB8A
Complementary color
Monochromatic Colors of #6FDB8A
Black with #6FDB8A
Text Example
Text Example
White with #6FDB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB8A; }
p { color: rgb(111,219,138); }
H1.HeaderClassName
{
color: #6FDB8A;
}
.AnyTagClassName
{
color: #6FDB8A;
}
</style>
background-color css
<style>
a { background-color: #6FDB8A; }
a { background-color: rgb(111,219,138); }
div.DivClassName
{
background-color: #6FDB8A;
}
.BgClassName
{
background-color: #6FDB8A;
}
</style>
border-color css
<style>
span { border-color: #6FDB8A; }
span { border-color: rgb(111,219,138); }
td.TdClassName
{
border-color: #6FDB8A;
}
.TagClassName
{
border-color: #6FDB8A;
}
</style>