Shades of Pastel Green #6BDD70
Tints of Pastel Green #6BDD70
RGB
CMYK
RGB Variations
Color information
#6BDD70 (or 0x6BDD70) is known color: Pastel Green. HEX triplet: 6B, DD and 70. RGB value is (107,221,112). Sum of RGB (Red+Green+Blue) = 107+221+112=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD70 is #94228F. Grayscale: #AEAEAE. Windows color (decimal): -9708176 or 7396715. OLE color: 7396715.
HSL color Cylindrical-coordinate representation of color #6BDD70: hue angle of 122.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BDD70 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 112 | - |
| CMYK | 0.52 | 0 | 0.49 | 0.13 |
| HSL | 122.63º | 0.63% | 0.64% | - |
| HSV(B) | 122.63º | 0.52% | 0.87% | - |
| XYZ | 34.84 | 56.01 | 24.3 | - |
| YUV | 174.49 | 92.73 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 112 | 0.52 | 0 | 0.49 | 0.13 | 122.63 | 0.63 | 0.64 |
| Hex | 6B | DD | 70 | 34 | 0 | 31 | D | 7B | 3F | 40 |
| Octal | 153 | 335 | 160 | 64 | 0 | 61 | 15 | 173 | 77 | 100 |
| Binary | 1101011 | 11011101 | 1110000 | 110100 | 0 | 110001 | 1101 | 1111011 | 111111 | 1000000 |
Color Harmonies of #6BDD70
Complementary color
Monochromatic Colors of #6BDD70
Black with #6BDD70
Text Example
Text Example
White with #6BDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD70; }
p { color: rgb(107,221,112); }
H1.HeaderClassName
{
color: #6BDD70;
}
.AnyTagClassName
{
color: #6BDD70;
}
</style>
background-color css
<style>
a { background-color: #6BDD70; }
a { background-color: rgb(107,221,112); }
div.DivClassName
{
background-color: #6BDD70;
}
.BgClassName
{
background-color: #6BDD70;
}
</style>
border-color css
<style>
span { border-color: #6BDD70; }
span { border-color: rgb(107,221,112); }
td.TdClassName
{
border-color: #6BDD70;
}
.TagClassName
{
border-color: #6BDD70;
}
</style>