Shades of Pastel Green #6FD582
Tints of Pastel Green #6FD582
RGB
CMYK
RGB Variations
Color information
#6FD582 (or 0x6FD582) is known color: Pastel Green. HEX triplet: 6F, D5 and 82. RGB value is (111,213,130). Sum of RGB (Red+Green+Blue) = 111+213+130=454 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.45% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FD582 is #902A7D. Grayscale: #ADADAD. Windows color (decimal): -9448062 or 8574319. OLE color: 8574319.
HSL color Cylindrical-coordinate representation of color #6FD582: hue angle of 131.18º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD582 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 130 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.16 |
| HSL | 131.18º | 0.55% | 0.64% | - |
| HSV(B) | 131.18º | 0.48% | 0.84% | - |
| XYZ | 34.38 | 52.58 | 29.46 | - |
| YUV | 173.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 130 | 0.48 | 0 | 0.39 | 0.16 | 131.18 | 0.55 | 0.64 |
| Hex | 6F | D5 | 82 | 30 | 0 | 27 | 10 | 83 | 37 | 40 |
| Octal | 157 | 325 | 202 | 60 | 0 | 47 | 20 | 203 | 67 | 100 |
| Binary | 1101111 | 11010101 | 10000010 | 110000 | 0 | 100111 | 10000 | 10000011 | 110111 | 1000000 |
Color Harmonies of #6FD582
Complementary color
Monochromatic Colors of #6FD582
Black with #6FD582
Text Example
Text Example
White with #6FD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD582; }
p { color: rgb(111,213,130); }
H1.HeaderClassName
{
color: #6FD582;
}
.AnyTagClassName
{
color: #6FD582;
}
</style>
background-color css
<style>
a { background-color: #6FD582; }
a { background-color: rgb(111,213,130); }
div.DivClassName
{
background-color: #6FD582;
}
.BgClassName
{
background-color: #6FD582;
}
</style>
border-color css
<style>
span { border-color: #6FD582; }
span { border-color: rgb(111,213,130); }
td.TdClassName
{
border-color: #6FD582;
}
.TagClassName
{
border-color: #6FD582;
}
</style>