Shades of Pastel Green #6BDB70
Tints of Pastel Green #6BDB70
RGB
CMYK
RGB Variations
Color information
#6BDB70 (or 0x6BDB70) is known color: Pastel Green. HEX triplet: 6B, DB and 70. RGB value is (107,219,112). Sum of RGB (Red+Green+Blue) = 107+219+112=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDB70 is #94248F. Grayscale: #ADADAD. Windows color (decimal): -9708688 or 7396203. OLE color: 7396203.
HSL color Cylindrical-coordinate representation of color #6BDB70: hue angle of 122.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDB70 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 112 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.14 |
| HSL | 122.68º | 0.61% | 0.64% | - |
| HSV(B) | 122.68º | 0.51% | 0.86% | - |
| XYZ | 34.32 | 54.96 | 24.13 | - |
| YUV | 173.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 112 | 0.51 | 0 | 0.49 | 0.14 | 122.68 | 0.61 | 0.64 |
| Hex | 6B | DB | 70 | 33 | 0 | 31 | E | 7B | 3D | 40 |
| Octal | 153 | 333 | 160 | 63 | 0 | 61 | 16 | 173 | 75 | 100 |
| Binary | 1101011 | 11011011 | 1110000 | 110011 | 0 | 110001 | 1110 | 1111011 | 111101 | 1000000 |
Color Harmonies of #6BDB70
Complementary color
Monochromatic Colors of #6BDB70
Black with #6BDB70
Text Example
Text Example
White with #6BDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB70; }
p { color: rgb(107,219,112); }
H1.HeaderClassName
{
color: #6BDB70;
}
.AnyTagClassName
{
color: #6BDB70;
}
</style>
background-color css
<style>
a { background-color: #6BDB70; }
a { background-color: rgb(107,219,112); }
div.DivClassName
{
background-color: #6BDB70;
}
.BgClassName
{
background-color: #6BDB70;
}
</style>
border-color css
<style>
span { border-color: #6BDB70; }
span { border-color: rgb(107,219,112); }
td.TdClassName
{
border-color: #6BDB70;
}
.TagClassName
{
border-color: #6BDB70;
}
</style>