Shades of Pastel Green #6FDB71
Tints of Pastel Green #6FDB71
RGB
CMYK
RGB Variations
Color information
#6FDB71 (or 0x6FDB71) is known color: Pastel Green. HEX triplet: 6F, DB and 71. RGB value is (111,219,113). Sum of RGB (Red+Green+Blue) = 111+219+113=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB71 is #90248E. Grayscale: #AEAEAE. Windows color (decimal): -9446543 or 7461743. OLE color: 7461743.
HSL color Cylindrical-coordinate representation of color #6FDB71: hue angle of 121.11º 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 #6FDB71 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 113 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.14 |
| HSL | 121.11º | 0.6% | 0.65% | - |
| HSV(B) | 121.11º | 0.49% | 0.86% | - |
| XYZ | 34.87 | 55.23 | 24.45 | - |
| YUV | 174.62 | 93.22 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 113 | 0.49 | 0 | 0.48 | 0.14 | 121.11 | 0.6 | 0.65 |
| Hex | 6F | DB | 71 | 31 | 0 | 30 | E | 79 | 3C | 41 |
| Octal | 157 | 333 | 161 | 61 | 0 | 60 | 16 | 171 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1110001 | 110001 | 0 | 110000 | 1110 | 1111001 | 111100 | 1000001 |
Color Harmonies of #6FDB71
Complementary color
Monochromatic Colors of #6FDB71
Black with #6FDB71
Text Example
Text Example
White with #6FDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB71; }
p { color: rgb(111,219,113); }
H1.HeaderClassName
{
color: #6FDB71;
}
.AnyTagClassName
{
color: #6FDB71;
}
</style>
background-color css
<style>
a { background-color: #6FDB71; }
a { background-color: rgb(111,219,113); }
div.DivClassName
{
background-color: #6FDB71;
}
.BgClassName
{
background-color: #6FDB71;
}
</style>
border-color css
<style>
span { border-color: #6FDB71; }
span { border-color: rgb(111,219,113); }
td.TdClassName
{
border-color: #6FDB71;
}
.TagClassName
{
border-color: #6FDB71;
}
</style>