Shades of Pastel Green #6FD560
Tints of Pastel Green #6FD560
RGB
CMYK
RGB Variations
Color information
#6FD560 (or 0x6FD560) is known color: Pastel Green. HEX triplet: 6F, D5 and 60. RGB value is (111,213,96). Sum of RGB (Red+Green+Blue) = 111+213+96=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FD560 is #902A9F. Grayscale: #A9A9A9. Windows color (decimal): -9448096 or 6346095. OLE color: 6346095.
HSL color Cylindrical-coordinate representation of color #6FD560: hue angle of 112.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FD560 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 96 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.16 |
| HSL | 112.31º | 0.58% | 0.61% | - |
| HSV(B) | 112.31º | 0.55% | 0.84% | - |
| XYZ | 32.46 | 51.81 | 19.36 | - |
| YUV | 169.16 | 86.71 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 96 | 0.48 | 0 | 0.55 | 0.16 | 112.31 | 0.58 | 0.61 |
| Hex | 6F | D5 | 60 | 30 | 0 | 37 | 10 | 70 | 3A | 3D |
| Octal | 157 | 325 | 140 | 60 | 0 | 67 | 20 | 160 | 72 | 75 |
| Binary | 1101111 | 11010101 | 1100000 | 110000 | 0 | 110111 | 10000 | 1110000 | 111010 | 111101 |
Color Harmonies of #6FD560
Complementary color
Monochromatic Colors of #6FD560
Black with #6FD560
Text Example
Text Example
White with #6FD560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD560; }
p { color: rgb(111,213,96); }
H1.HeaderClassName
{
color: #6FD560;
}
.AnyTagClassName
{
color: #6FD560;
}
</style>
background-color css
<style>
a { background-color: #6FD560; }
a { background-color: rgb(111,213,96); }
div.DivClassName
{
background-color: #6FD560;
}
.BgClassName
{
background-color: #6FD560;
}
</style>
border-color css
<style>
span { border-color: #6FD560; }
span { border-color: rgb(111,213,96); }
td.TdClassName
{
border-color: #6FD560;
}
.TagClassName
{
border-color: #6FD560;
}
</style>