Shades of Pastel Green #6FD982
Tints of Pastel Green #6FD982
RGB
CMYK
RGB Variations
Color information
#6FD982 (or 0x6FD982) is known color: Pastel Green. HEX triplet: 6F, D9 and 82. RGB value is (111,217,130). Sum of RGB (Red+Green+Blue) = 111+217+130=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #6FD982 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD982 is #90267D. Grayscale: #AFAFAF. Windows color (decimal): -9447038 or 8575343. OLE color: 8575343.
HSL color Cylindrical-coordinate representation of color #6FD982: hue angle of 130.75º degrees, saturation: 0.58, 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 #6FD982 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 217 | 130 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.15 |
| HSL | 130.75º | 0.58% | 0.64% | - |
| HSV(B) | 130.75º | 0.49% | 0.85% | - |
| XYZ | 35.4 | 54.62 | 29.8 | - |
| YUV | 175.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 217 | 130 | 0.49 | 0 | 0.40 | 0.15 | 130.75 | 0.58 | 0.64 |
| Hex | 6F | D9 | 82 | 31 | 0 | 28 | F | 83 | 3A | 40 |
| Octal | 157 | 331 | 202 | 61 | 0 | 50 | 17 | 203 | 72 | 100 |
| Binary | 1101111 | 11011001 | 10000010 | 110001 | 0 | 101000 | 1111 | 10000011 | 111010 | 1000000 |
Color Harmonies of #6FD982
Complementary color
Monochromatic Colors of #6FD982
Black with #6FD982
Text Example
Text Example
White with #6FD982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD982; }
p { color: rgb(111,217,130); }
H1.HeaderClassName
{
color: #6FD982;
}
.AnyTagClassName
{
color: #6FD982;
}
</style>
background-color css
<style>
a { background-color: #6FD982; }
a { background-color: rgb(111,217,130); }
div.DivClassName
{
background-color: #6FD982;
}
.BgClassName
{
background-color: #6FD982;
}
</style>
border-color css
<style>
span { border-color: #6FD982; }
span { border-color: rgb(111,217,130); }
td.TdClassName
{
border-color: #6FD982;
}
.TagClassName
{
border-color: #6FD982;
}
</style>