Shades of Pastel Green #6FD07D
Tints of Pastel Green #6FD07D
RGB
CMYK
RGB Variations
Color information
#6FD07D (or 0x6FD07D) is known color: Pastel Green. HEX triplet: 6F, D0 and 7D. RGB value is (111,208,125). Sum of RGB (Red+Green+Blue) = 111+208+125=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD07D is #902F82. Grayscale: #A9A9A9. Windows color (decimal): -9449347 or 8245359. OLE color: 8245359.
HSL color Cylindrical-coordinate representation of color #6FD07D: hue angle of 128.66º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD07D is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 125 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.18 |
| HSL | 128.66º | 0.51% | 0.63% | - |
| HSV(B) | 128.66º | 0.47% | 0.82% | - |
| XYZ | 32.81 | 49.97 | 27.32 | - |
| YUV | 169.54 | 102.86 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 125 | 0.47 | 0 | 0.40 | 0.18 | 128.66 | 0.51 | 0.63 |
| Hex | 6F | D0 | 7D | 2F | 0 | 28 | 12 | 81 | 33 | 3F |
| Octal | 157 | 320 | 175 | 57 | 0 | 50 | 22 | 201 | 63 | 77 |
| Binary | 1101111 | 11010000 | 1111101 | 101111 | 0 | 101000 | 10010 | 10000001 | 110011 | 111111 |
Color Harmonies of #6FD07D
Complementary color
Monochromatic Colors of #6FD07D
Black with #6FD07D
Text Example
Text Example
White with #6FD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD07D; }
p { color: rgb(111,208,125); }
H1.HeaderClassName
{
color: #6FD07D;
}
.AnyTagClassName
{
color: #6FD07D;
}
</style>
background-color css
<style>
a { background-color: #6FD07D; }
a { background-color: rgb(111,208,125); }
div.DivClassName
{
background-color: #6FD07D;
}
.BgClassName
{
background-color: #6FD07D;
}
</style>
border-color css
<style>
span { border-color: #6FD07D; }
span { border-color: rgb(111,208,125); }
td.TdClassName
{
border-color: #6FD07D;
}
.TagClassName
{
border-color: #6FD07D;
}
</style>