Shades of Pastel Green #6FD07C
Tints of Pastel Green #6FD07C
RGB
CMYK
RGB Variations
Color information
#6FD07C (or 0x6FD07C) is known color: Pastel Green. HEX triplet: 6F, D0 and 7C. RGB value is (111,208,124). Sum of RGB (Red+Green+Blue) = 111+208+124=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD07C is #902F83. Grayscale: #A9A9A9. Windows color (decimal): -9449348 or 8179823. OLE color: 8179823.
HSL color Cylindrical-coordinate representation of color #6FD07C: hue angle of 128.04º 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 #6FD07C is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 124 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.18 |
| HSL | 128.04º | 0.51% | 0.63% | - |
| HSV(B) | 128.04º | 0.47% | 0.82% | - |
| XYZ | 32.75 | 49.95 | 26.98 | - |
| YUV | 169.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 124 | 0.47 | 0 | 0.40 | 0.18 | 128.04 | 0.51 | 0.63 |
| Hex | 6F | D0 | 7C | 2F | 0 | 28 | 12 | 80 | 33 | 3F |
| Octal | 157 | 320 | 174 | 57 | 0 | 50 | 22 | 200 | 63 | 77 |
| Binary | 1101111 | 11010000 | 1111100 | 101111 | 0 | 101000 | 10010 | 10000000 | 110011 | 111111 |
Color Harmonies of #6FD07C
Complementary color
Monochromatic Colors of #6FD07C
Black with #6FD07C
Text Example
Text Example
White with #6FD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD07C; }
p { color: rgb(111,208,124); }
H1.HeaderClassName
{
color: #6FD07C;
}
.AnyTagClassName
{
color: #6FD07C;
}
</style>
background-color css
<style>
a { background-color: #6FD07C; }
a { background-color: rgb(111,208,124); }
div.DivClassName
{
background-color: #6FD07C;
}
.BgClassName
{
background-color: #6FD07C;
}
</style>
border-color css
<style>
span { border-color: #6FD07C; }
span { border-color: rgb(111,208,124); }
td.TdClassName
{
border-color: #6FD07C;
}
.TagClassName
{
border-color: #6FD07C;
}
</style>