Shades of Pastel Green #6DD285
Tints of Pastel Green #6DD285
RGB
CMYK
RGB Variations
Color information
#6DD285 (or 0x6DD285) is known color: Pastel Green. HEX triplet: 6D, D2 and 85. RGB value is (109,210,133). Sum of RGB (Red+Green+Blue) = 109+210+133=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DD285 is #922D7A. Grayscale: #ABABAB. Windows color (decimal): -9579899 or 8770157. OLE color: 8770157.
HSL color Cylindrical-coordinate representation of color #6DD285: hue angle of 134.26º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD285 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 133 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.18 |
| HSL | 134.26º | 0.53% | 0.63% | - |
| HSV(B) | 134.26º | 0.48% | 0.82% | - |
| XYZ | 33.59 | 51.04 | 30.27 | - |
| YUV | 171.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 133 | 0.48 | 0 | 0.37 | 0.18 | 134.26 | 0.53 | 0.63 |
| Hex | 6D | D2 | 85 | 30 | 0 | 25 | 12 | 86 | 35 | 3F |
| Octal | 155 | 322 | 205 | 60 | 0 | 45 | 22 | 206 | 65 | 77 |
| Binary | 1101101 | 11010010 | 10000101 | 110000 | 0 | 100101 | 10010 | 10000110 | 110101 | 111111 |
Color Harmonies of #6DD285
Complementary color
Monochromatic Colors of #6DD285
Black with #6DD285
Text Example
Text Example
White with #6DD285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD285; }
p { color: rgb(109,210,133); }
H1.HeaderClassName
{
color: #6DD285;
}
.AnyTagClassName
{
color: #6DD285;
}
</style>
background-color css
<style>
a { background-color: #6DD285; }
a { background-color: rgb(109,210,133); }
div.DivClassName
{
background-color: #6DD285;
}
.BgClassName
{
background-color: #6DD285;
}
</style>
border-color css
<style>
span { border-color: #6DD285; }
span { border-color: rgb(109,210,133); }
td.TdClassName
{
border-color: #6DD285;
}
.TagClassName
{
border-color: #6DD285;
}
</style>