Shades of Pastel Green #6DCD70
Tints of Pastel Green #6DCD70
RGB
CMYK
RGB Variations
Color information
#6DCD70 (or 0x6DCD70) is known color: Pastel Green. HEX triplet: 6D, CD and 70. RGB value is (109,205,112). Sum of RGB (Red+Green+Blue) = 109+205+112=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD70 is #92328F. Grayscale: #A5A5A5. Windows color (decimal): -9581200 or 7392621. OLE color: 7392621.
HSL color Cylindrical-coordinate representation of color #6DCD70: hue angle of 121.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCD70 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 112 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.20 |
| HSL | 121.88º | 0.49% | 0.62% | - |
| HSV(B) | 121.88º | 0.47% | 0.8% | - |
| XYZ | 31.06 | 48.08 | 22.97 | - |
| YUV | 165.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 112 | 0.47 | 0 | 0.45 | 0.20 | 121.88 | 0.49 | 0.62 |
| Hex | 6D | CD | 70 | 2F | 0 | 2D | 14 | 7A | 31 | 3E |
| Octal | 155 | 315 | 160 | 57 | 0 | 55 | 24 | 172 | 61 | 76 |
| Binary | 1101101 | 11001101 | 1110000 | 101111 | 0 | 101101 | 10100 | 1111010 | 110001 | 111110 |
Color Harmonies of #6DCD70
Complementary color
Monochromatic Colors of #6DCD70
Black with #6DCD70
Text Example
Text Example
White with #6DCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD70; }
p { color: rgb(109,205,112); }
H1.HeaderClassName
{
color: #6DCD70;
}
.AnyTagClassName
{
color: #6DCD70;
}
</style>
background-color css
<style>
a { background-color: #6DCD70; }
a { background-color: rgb(109,205,112); }
div.DivClassName
{
background-color: #6DCD70;
}
.BgClassName
{
background-color: #6DCD70;
}
</style>
border-color css
<style>
span { border-color: #6DCD70; }
span { border-color: rgb(109,205,112); }
td.TdClassName
{
border-color: #6DCD70;
}
.TagClassName
{
border-color: #6DCD70;
}
</style>