Shades of Pastel Green #6DCD62
Tints of Pastel Green #6DCD62
RGB
CMYK
RGB Variations
Color information
#6DCD62 (or 0x6DCD62) is known color: Pastel Green. HEX triplet: 6D, CD and 62. RGB value is (109,205,98). Sum of RGB (Red+Green+Blue) = 109+205+98=412 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.46% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD62 is #92329D. Grayscale: #A4A4A4. Windows color (decimal): -9581214 or 6475117. OLE color: 6475117.
HSL color Cylindrical-coordinate representation of color #6DCD62: hue angle of 113.83º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DCD62 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 98 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.20 |
| HSL | 113.83º | 0.52% | 0.59% | - |
| HSV(B) | 113.83º | 0.52% | 0.8% | - |
| XYZ | 30.34 | 47.8 | 19.18 | - |
| YUV | 164.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 98 | 0.47 | 0 | 0.52 | 0.20 | 113.83 | 0.52 | 0.59 |
| Hex | 6D | CD | 62 | 2F | 0 | 34 | 14 | 72 | 34 | 3B |
| Octal | 155 | 315 | 142 | 57 | 0 | 64 | 24 | 162 | 64 | 73 |
| Binary | 1101101 | 11001101 | 1100010 | 101111 | 0 | 110100 | 10100 | 1110010 | 110100 | 111011 |
Color Harmonies of #6DCD62
Complementary color
Monochromatic Colors of #6DCD62
Black with #6DCD62
Text Example
Text Example
White with #6DCD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD62; }
p { color: rgb(109,205,98); }
H1.HeaderClassName
{
color: #6DCD62;
}
.AnyTagClassName
{
color: #6DCD62;
}
</style>
background-color css
<style>
a { background-color: #6DCD62; }
a { background-color: rgb(109,205,98); }
div.DivClassName
{
background-color: #6DCD62;
}
.BgClassName
{
background-color: #6DCD62;
}
</style>
border-color css
<style>
span { border-color: #6DCD62; }
span { border-color: rgb(109,205,98); }
td.TdClassName
{
border-color: #6DCD62;
}
.TagClassName
{
border-color: #6DCD62;
}
</style>