Shades of Pastel Green #6FD871
Tints of Pastel Green #6FD871
RGB
CMYK
RGB Variations
Color information
#6FD871 (or 0x6FD871) is known color: Pastel Green. HEX triplet: 6F, D8 and 71. RGB value is (111,216,113). Sum of RGB (Red+Green+Blue) = 111+216+113=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD871 is #90278E. Grayscale: #ADADAD. Windows color (decimal): -9447311 or 7460975. OLE color: 7460975.
HSL color Cylindrical-coordinate representation of color #6FD871: hue angle of 121.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FD871 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 113 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.15 |
| HSL | 121.14º | 0.57% | 0.64% | - |
| HSV(B) | 121.14º | 0.49% | 0.85% | - |
| XYZ | 34.09 | 53.68 | 24.19 | - |
| YUV | 172.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 113 | 0.49 | 0 | 0.48 | 0.15 | 121.14 | 0.57 | 0.64 |
| Hex | 6F | D8 | 71 | 31 | 0 | 30 | F | 79 | 39 | 40 |
| Octal | 157 | 330 | 161 | 61 | 0 | 60 | 17 | 171 | 71 | 100 |
| Binary | 1101111 | 11011000 | 1110001 | 110001 | 0 | 110000 | 1111 | 1111001 | 111001 | 1000000 |
Color Harmonies of #6FD871
Complementary color
Monochromatic Colors of #6FD871
Black with #6FD871
Text Example
Text Example
White with #6FD871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD871; }
p { color: rgb(111,216,113); }
H1.HeaderClassName
{
color: #6FD871;
}
.AnyTagClassName
{
color: #6FD871;
}
</style>
background-color css
<style>
a { background-color: #6FD871; }
a { background-color: rgb(111,216,113); }
div.DivClassName
{
background-color: #6FD871;
}
.BgClassName
{
background-color: #6FD871;
}
</style>
border-color css
<style>
span { border-color: #6FD871; }
span { border-color: rgb(111,216,113); }
td.TdClassName
{
border-color: #6FD871;
}
.TagClassName
{
border-color: #6FD871;
}
</style>