Shades of Pastel Green #6DCE72
Tints of Pastel Green #6DCE72
RGB
CMYK
RGB Variations
Color information
#6DCE72 (or 0x6DCE72) is known color: Pastel Green. HEX triplet: 6D, CE and 72. RGB value is (109,206,114). Sum of RGB (Red+Green+Blue) = 109+206+114=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCE72 is #92318D. Grayscale: #A6A6A6. Windows color (decimal): -9580942 or 7523949. OLE color: 7523949.
HSL color Cylindrical-coordinate representation of color #6DCE72: hue angle of 123.09º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCE72 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 206 | 114 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.19 |
| HSL | 123.09º | 0.5% | 0.62% | - |
| HSV(B) | 123.09º | 0.47% | 0.81% | - |
| XYZ | 31.42 | 48.61 | 23.65 | - |
| YUV | 166.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 206 | 114 | 0.47 | 0 | 0.45 | 0.19 | 123.09 | 0.5 | 0.62 |
| Hex | 6D | CE | 72 | 2F | 0 | 2D | 13 | 7B | 32 | 3E |
| Octal | 155 | 316 | 162 | 57 | 0 | 55 | 23 | 173 | 62 | 76 |
| Binary | 1101101 | 11001110 | 1110010 | 101111 | 0 | 101101 | 10011 | 1111011 | 110010 | 111110 |
Color Harmonies of #6DCE72
Complementary color
Monochromatic Colors of #6DCE72
Black with #6DCE72
Text Example
Text Example
White with #6DCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCE72; }
p { color: rgb(109,206,114); }
H1.HeaderClassName
{
color: #6DCE72;
}
.AnyTagClassName
{
color: #6DCE72;
}
</style>
background-color css
<style>
a { background-color: #6DCE72; }
a { background-color: rgb(109,206,114); }
div.DivClassName
{
background-color: #6DCE72;
}
.BgClassName
{
background-color: #6DCE72;
}
</style>
border-color css
<style>
span { border-color: #6DCE72; }
span { border-color: rgb(109,206,114); }
td.TdClassName
{
border-color: #6DCE72;
}
.TagClassName
{
border-color: #6DCE72;
}
</style>