Shades of Pastel Green #6DD077
Tints of Pastel Green #6DD077
RGB
CMYK
RGB Variations
Color information
#6DD077 (or 0x6DD077) is known color: Pastel Green. HEX triplet: 6D, D0 and 77. RGB value is (109,208,119). Sum of RGB (Red+Green+Blue) = 109+208+119=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #6DD077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD077 is #922F88. Grayscale: #A8A8A8. Windows color (decimal): -9580425 or 7852141. OLE color: 7852141.
HSL color Cylindrical-coordinate representation of color #6DD077: hue angle of 126.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DD077 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 208 | 119 | - |
| CMYK | 0.48 | 0 | 0.43 | 0.18 |
| HSL | 126.06º | 0.51% | 0.62% | - |
| HSV(B) | 126.06º | 0.48% | 0.82% | - |
| XYZ | 32.19 | 49.69 | 25.35 | - |
| YUV | 168.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 119 | 0.48 | 0 | 0.43 | 0.18 | 126.06 | 0.51 | 0.62 |
| Hex | 6D | D0 | 77 | 30 | 0 | 2B | 12 | 7E | 33 | 3E |
| Octal | 155 | 320 | 167 | 60 | 0 | 53 | 22 | 176 | 63 | 76 |
| Binary | 1101101 | 11010000 | 1110111 | 110000 | 0 | 101011 | 10010 | 1111110 | 110011 | 111110 |
Color Harmonies of #6DD077
Complementary color
Monochromatic Colors of #6DD077
Black with #6DD077
Text Example
Text Example
White with #6DD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD077; }
p { color: rgb(109,208,119); }
H1.HeaderClassName
{
color: #6DD077;
}
.AnyTagClassName
{
color: #6DD077;
}
</style>
background-color css
<style>
a { background-color: #6DD077; }
a { background-color: rgb(109,208,119); }
div.DivClassName
{
background-color: #6DD077;
}
.BgClassName
{
background-color: #6DD077;
}
</style>
border-color css
<style>
span { border-color: #6DD077; }
span { border-color: rgb(109,208,119); }
td.TdClassName
{
border-color: #6DD077;
}
.TagClassName
{
border-color: #6DD077;
}
</style>