Shades of Pastel Green #6DD85C
Tints of Pastel Green #6DD85C
RGB
CMYK
RGB Variations
Color information
#6DD85C (or 0x6DD85C) is known color: Pastel Green. HEX triplet: 6D, D8 and 5C. RGB value is (109,216,92). Sum of RGB (Red+Green+Blue) = 109+216+92=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD85C is #9227A3. Grayscale: #AAAAAA. Windows color (decimal): -9578404 or 6084717. OLE color: 6084717.
HSL color Cylindrical-coordinate representation of color #6DD85C: hue angle of 111.77º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DD85C is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 92 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.15 |
| HSL | 111.77º | 0.61% | 0.6% | - |
| HSV(B) | 111.77º | 0.57% | 0.85% | - |
| XYZ | 32.79 | 53.14 | 18.65 | - |
| YUV | 169.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 92 | 0.50 | 0 | 0.57 | 0.15 | 111.77 | 0.61 | 0.6 |
| Hex | 6D | D8 | 5C | 32 | 0 | 39 | F | 70 | 3D | 3C |
| Octal | 155 | 330 | 134 | 62 | 0 | 71 | 17 | 160 | 75 | 74 |
| Binary | 1101101 | 11011000 | 1011100 | 110010 | 0 | 111001 | 1111 | 1110000 | 111101 | 111100 |
Color Harmonies of #6DD85C
Complementary color
Monochromatic Colors of #6DD85C
Black with #6DD85C
Text Example
Text Example
White with #6DD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD85C; }
p { color: rgb(109,216,92); }
H1.HeaderClassName
{
color: #6DD85C;
}
.AnyTagClassName
{
color: #6DD85C;
}
</style>
background-color css
<style>
a { background-color: #6DD85C; }
a { background-color: rgb(109,216,92); }
div.DivClassName
{
background-color: #6DD85C;
}
.BgClassName
{
background-color: #6DD85C;
}
</style>
border-color css
<style>
span { border-color: #6DD85C; }
span { border-color: rgb(109,216,92); }
td.TdClassName
{
border-color: #6DD85C;
}
.TagClassName
{
border-color: #6DD85C;
}
</style>