Shades of Pastel Green #6DCD72
Tints of Pastel Green #6DCD72
RGB
CMYK
RGB Variations
Color information
#6DCD72 (or 0x6DCD72) is known color: Pastel Green. HEX triplet: 6D, CD and 72. RGB value is (109,205,114). Sum of RGB (Red+Green+Blue) = 109+205+114=428 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.47% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD72 is #92328D. Grayscale: #A6A6A6. Windows color (decimal): -9581198 or 7523693. OLE color: 7523693.
HSL color Cylindrical-coordinate representation of color #6DCD72: hue angle of 123.12º 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 #6DCD72 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 114 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.20 |
| HSL | 123.13º | 0.49% | 0.62% | - |
| HSV(B) | 123.13º | 0.47% | 0.8% | - |
| XYZ | 31.18 | 48.13 | 23.57 | - |
| YUV | 165.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 114 | 0.47 | 0 | 0.44 | 0.20 | 123.13 | 0.49 | 0.62 |
| Hex | 6D | CD | 72 | 2F | 0 | 2C | 14 | 7B | 31 | 3E |
| Octal | 155 | 315 | 162 | 57 | 0 | 54 | 24 | 173 | 61 | 76 |
| Binary | 1101101 | 11001101 | 1110010 | 101111 | 0 | 101100 | 10100 | 1111011 | 110001 | 111110 |
Color Harmonies of #6DCD72
Complementary color
Monochromatic Colors of #6DCD72
Black with #6DCD72
Text Example
Text Example
White with #6DCD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD72; }
p { color: rgb(109,205,114); }
H1.HeaderClassName
{
color: #6DCD72;
}
.AnyTagClassName
{
color: #6DCD72;
}
</style>
background-color css
<style>
a { background-color: #6DCD72; }
a { background-color: rgb(109,205,114); }
div.DivClassName
{
background-color: #6DCD72;
}
.BgClassName
{
background-color: #6DCD72;
}
</style>
border-color css
<style>
span { border-color: #6DCD72; }
span { border-color: rgb(109,205,114); }
td.TdClassName
{
border-color: #6DCD72;
}
.TagClassName
{
border-color: #6DCD72;
}
</style>