Shades of Pastel Green #6DD65D
Tints of Pastel Green #6DD65D
RGB
CMYK
RGB Variations
Color information
#6DD65D (or 0x6DD65D) is known color: Pastel Green. HEX triplet: 6D, D6 and 5D. RGB value is (109,214,93). Sum of RGB (Red+Green+Blue) = 109+214+93=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD65D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD65D is #9229A2. Grayscale: #A9A9A9. Windows color (decimal): -9578915 or 6149741. OLE color: 6149741.
HSL color Cylindrical-coordinate representation of color #6DD65D: hue angle of 112.07º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD65D is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 214 | 93 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.16 |
| HSL | 112.07º | 0.6% | 0.6% | - |
| HSV(B) | 112.07º | 0.57% | 0.84% | - |
| XYZ | 32.33 | 52.13 | 18.72 | - |
| YUV | 168.81 | 85.21 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 214 | 93 | 0.49 | 0 | 0.57 | 0.16 | 112.07 | 0.6 | 0.6 |
| Hex | 6D | D6 | 5D | 31 | 0 | 39 | 10 | 70 | 3C | 3C |
| Octal | 155 | 326 | 135 | 61 | 0 | 71 | 20 | 160 | 74 | 74 |
| Binary | 1101101 | 11010110 | 1011101 | 110001 | 0 | 111001 | 10000 | 1110000 | 111100 | 111100 |
Color Harmonies of #6DD65D
Complementary color
Monochromatic Colors of #6DD65D
Black with #6DD65D
Text Example
Text Example
White with #6DD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD65D; }
p { color: rgb(109,214,93); }
H1.HeaderClassName
{
color: #6DD65D;
}
.AnyTagClassName
{
color: #6DD65D;
}
</style>
background-color css
<style>
a { background-color: #6DD65D; }
a { background-color: rgb(109,214,93); }
div.DivClassName
{
background-color: #6DD65D;
}
.BgClassName
{
background-color: #6DD65D;
}
</style>
border-color css
<style>
span { border-color: #6DD65D; }
span { border-color: rgb(109,214,93); }
td.TdClassName
{
border-color: #6DD65D;
}
.TagClassName
{
border-color: #6DD65D;
}
</style>