Shades of Pastel Green #6DD570
Tints of Pastel Green #6DD570
RGB
CMYK
RGB Variations
Color information
#6DD570 (or 0x6DD570) is known color: Pastel Green. HEX triplet: 6D, D5 and 70. RGB value is (109,213,112). Sum of RGB (Red+Green+Blue) = 109+213+112=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #6DD570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD570 is #922A8F. Grayscale: #AAAAAA. Windows color (decimal): -9579152 or 7394669. OLE color: 7394669.
HSL color Cylindrical-coordinate representation of color #6DD570: hue angle of 121.73º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DD570 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 213 | 112 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.16 |
| HSL | 121.73º | 0.55% | 0.63% | - |
| HSV(B) | 121.73º | 0.49% | 0.84% | - |
| XYZ | 33.03 | 52.01 | 23.63 | - |
| YUV | 170.39 | 95.04 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 213 | 112 | 0.49 | 0 | 0.47 | 0.16 | 121.73 | 0.55 | 0.63 |
| Hex | 6D | D5 | 70 | 31 | 0 | 2F | 10 | 7A | 37 | 3F |
| Octal | 155 | 325 | 160 | 61 | 0 | 57 | 20 | 172 | 67 | 77 |
| Binary | 1101101 | 11010101 | 1110000 | 110001 | 0 | 101111 | 10000 | 1111010 | 110111 | 111111 |
Color Harmonies of #6DD570
Complementary color
Monochromatic Colors of #6DD570
Black with #6DD570
Text Example
Text Example
White with #6DD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD570; }
p { color: rgb(109,213,112); }
H1.HeaderClassName
{
color: #6DD570;
}
.AnyTagClassName
{
color: #6DD570;
}
</style>
background-color css
<style>
a { background-color: #6DD570; }
a { background-color: rgb(109,213,112); }
div.DivClassName
{
background-color: #6DD570;
}
.BgClassName
{
background-color: #6DD570;
}
</style>
border-color css
<style>
span { border-color: #6DD570; }
span { border-color: rgb(109,213,112); }
td.TdClassName
{
border-color: #6DD570;
}
.TagClassName
{
border-color: #6DD570;
}
</style>