Shades of Pastel Green #6FDB7D
Tints of Pastel Green #6FDB7D
RGB
CMYK
RGB Variations
Color information
#6FDB7D (or 0x6FDB7D) is known color: Pastel Green. HEX triplet: 6F, DB and 7D. RGB value is (111,219,125). Sum of RGB (Red+Green+Blue) = 111+219+125=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #6FDB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FDB7D is #902482. Grayscale: #B0B0B0. Windows color (decimal): -9446531 or 8248175. OLE color: 8248175.
HSL color Cylindrical-coordinate representation of color #6FDB7D: hue angle of 127.78º 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 #6FDB7D is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 219 | 125 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.14 |
| HSL | 127.78º | 0.6% | 0.65% | - |
| HSV(B) | 127.78º | 0.49% | 0.86% | - |
| XYZ | 35.59 | 55.52 | 28.24 | - |
| YUV | 175.99 | 99.22 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 219 | 125 | 0.49 | 0 | 0.43 | 0.14 | 127.78 | 0.6 | 0.65 |
| Hex | 6F | DB | 7D | 31 | 0 | 2B | E | 80 | 3C | 41 |
| Octal | 157 | 333 | 175 | 61 | 0 | 53 | 16 | 200 | 74 | 101 |
| Binary | 1101111 | 11011011 | 1111101 | 110001 | 0 | 101011 | 1110 | 10000000 | 111100 | 1000001 |
Color Harmonies of #6FDB7D
Complementary color
Monochromatic Colors of #6FDB7D
Black with #6FDB7D
Text Example
Text Example
White with #6FDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDB7D; }
p { color: rgb(111,219,125); }
H1.HeaderClassName
{
color: #6FDB7D;
}
.AnyTagClassName
{
color: #6FDB7D;
}
</style>
background-color css
<style>
a { background-color: #6FDB7D; }
a { background-color: rgb(111,219,125); }
div.DivClassName
{
background-color: #6FDB7D;
}
.BgClassName
{
background-color: #6FDB7D;
}
</style>
border-color css
<style>
span { border-color: #6FDB7D; }
span { border-color: rgb(111,219,125); }
td.TdClassName
{
border-color: #6FDB7D;
}
.TagClassName
{
border-color: #6FDB7D;
}
</style>