Shades of Pastel Green #6FD37F
Tints of Pastel Green #6FD37F
RGB
CMYK
RGB Variations
Color information
#6FD37F (or 0x6FD37F) is known color: Pastel Green. HEX triplet: 6F, D3 and 7F. RGB value is (111,211,127). Sum of RGB (Red+Green+Blue) = 111+211+127=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #6FD37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD37F is #902C80. Grayscale: #ABABAB. Windows color (decimal): -9448577 or 8377199. OLE color: 8377199.
HSL color Cylindrical-coordinate representation of color #6FD37F: hue angle of 129.6º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD37F is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 111 | 211 | 127 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.17 |
| HSL | 129.6º | 0.53% | 0.63% | - |
| HSV(B) | 129.6º | 0.47% | 0.83% | - |
| XYZ | 33.68 | 51.5 | 28.24 | - |
| YUV | 171.52 | 102.87 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 211 | 127 | 0.47 | 0 | 0.40 | 0.17 | 129.6 | 0.53 | 0.63 |
| Hex | 6F | D3 | 7F | 2F | 0 | 28 | 11 | 82 | 35 | 3F |
| Octal | 157 | 323 | 177 | 57 | 0 | 50 | 21 | 202 | 65 | 77 |
| Binary | 1101111 | 11010011 | 1111111 | 101111 | 0 | 101000 | 10001 | 10000010 | 110101 | 111111 |
Color Harmonies of #6FD37F
Complementary color
Monochromatic Colors of #6FD37F
Black with #6FD37F
Text Example
Text Example
White with #6FD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD37F; }
p { color: rgb(111,211,127); }
H1.HeaderClassName
{
color: #6FD37F;
}
.AnyTagClassName
{
color: #6FD37F;
}
</style>
background-color css
<style>
a { background-color: #6FD37F; }
a { background-color: rgb(111,211,127); }
div.DivClassName
{
background-color: #6FD37F;
}
.BgClassName
{
background-color: #6FD37F;
}
</style>
border-color css
<style>
span { border-color: #6FD37F; }
span { border-color: rgb(111,211,127); }
td.TdClassName
{
border-color: #6FD37F;
}
.TagClassName
{
border-color: #6FD37F;
}
</style>