Shades of Pastel Green #6DCD68
Tints of Pastel Green #6DCD68
RGB
CMYK
RGB Variations
Color information
#6DCD68 (or 0x6DCD68) is known color: Pastel Green. HEX triplet: 6D, CD and 68. RGB value is (109,205,104). Sum of RGB (Red+Green+Blue) = 109+205+104=418 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.08% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DCD68 is #923297. Grayscale: #A5A5A5. Windows color (decimal): -9581208 or 6868333. OLE color: 6868333.
HSL color Cylindrical-coordinate representation of color #6DCD68: hue angle of 117.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCD68 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 205 | 104 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.20 |
| HSL | 117.03º | 0.5% | 0.61% | - |
| HSV(B) | 117.03º | 0.49% | 0.8% | - |
| XYZ | 30.64 | 47.91 | 20.73 | - |
| YUV | 164.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 205 | 104 | 0.47 | 0 | 0.49 | 0.20 | 117.03 | 0.5 | 0.61 |
| Hex | 6D | CD | 68 | 2F | 0 | 31 | 14 | 75 | 32 | 3D |
| Octal | 155 | 315 | 150 | 57 | 0 | 61 | 24 | 165 | 62 | 75 |
| Binary | 1101101 | 11001101 | 1101000 | 101111 | 0 | 110001 | 10100 | 1110101 | 110010 | 111101 |
Color Harmonies of #6DCD68
Complementary color
Monochromatic Colors of #6DCD68
Black with #6DCD68
Text Example
Text Example
White with #6DCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCD68; }
p { color: rgb(109,205,104); }
H1.HeaderClassName
{
color: #6DCD68;
}
.AnyTagClassName
{
color: #6DCD68;
}
</style>
background-color css
<style>
a { background-color: #6DCD68; }
a { background-color: rgb(109,205,104); }
div.DivClassName
{
background-color: #6DCD68;
}
.BgClassName
{
background-color: #6DCD68;
}
</style>
border-color css
<style>
span { border-color: #6DCD68; }
span { border-color: rgb(109,205,104); }
td.TdClassName
{
border-color: #6DCD68;
}
.TagClassName
{
border-color: #6DCD68;
}
</style>