Shades of Pastel Green #6DD85B
Tints of Pastel Green #6DD85B
RGB
CMYK
RGB Variations
Color information
#6DD85B (or 0x6DD85B) is known color: Pastel Green. HEX triplet: 6D, D8 and 5B. RGB value is (109,216,91). Sum of RGB (Red+Green+Blue) = 109+216+91=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD85B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DD85B is #9227A4. Grayscale: #AAAAAA. Windows color (decimal): -9578405 or 6019181. OLE color: 6019181.
HSL color Cylindrical-coordinate representation of color #6DD85B: hue angle of 111.36º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6DD85B is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 91 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.15 |
| HSL | 111.36º | 0.62% | 0.6% | - |
| HSV(B) | 111.36º | 0.58% | 0.85% | - |
| XYZ | 32.75 | 53.12 | 18.42 | - |
| YUV | 169.76 | 83.55 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 91 | 0.50 | 0 | 0.58 | 0.15 | 111.36 | 0.62 | 0.6 |
| Hex | 6D | D8 | 5B | 32 | 0 | 3A | F | 6F | 3E | 3C |
| Octal | 155 | 330 | 133 | 62 | 0 | 72 | 17 | 157 | 76 | 74 |
| Binary | 1101101 | 11011000 | 1011011 | 110010 | 0 | 111010 | 1111 | 1101111 | 111110 | 111100 |
Color Harmonies of #6DD85B
Complementary color
Monochromatic Colors of #6DD85B
Black with #6DD85B
Text Example
Text Example
White with #6DD85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD85B; }
p { color: rgb(109,216,91); }
H1.HeaderClassName
{
color: #6DD85B;
}
.AnyTagClassName
{
color: #6DD85B;
}
</style>
background-color css
<style>
a { background-color: #6DD85B; }
a { background-color: rgb(109,216,91); }
div.DivClassName
{
background-color: #6DD85B;
}
.BgClassName
{
background-color: #6DD85B;
}
</style>
border-color css
<style>
span { border-color: #6DD85B; }
span { border-color: rgb(109,216,91); }
td.TdClassName
{
border-color: #6DD85B;
}
.TagClassName
{
border-color: #6DD85B;
}
</style>