Shades of Pastel Green #6BDB71
Tints of Pastel Green #6BDB71
RGB
CMYK
RGB Variations
Color information
#6BDB71 (or 0x6BDB71) is known color: Pastel Green. HEX triplet: 6B, DB and 71. RGB value is (107,219,113). Sum of RGB (Red+Green+Blue) = 107+219+113=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #6BDB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDB71 is #94248E. Grayscale: #ADADAD. Windows color (decimal): -9708687 or 7461739. OLE color: 7461739.
HSL color Cylindrical-coordinate representation of color #6BDB71: hue angle of 123.21º 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 #6BDB71 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 219 | 113 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.14 |
| HSL | 123.21º | 0.61% | 0.64% | - |
| HSV(B) | 123.21º | 0.51% | 0.86% | - |
| XYZ | 34.38 | 54.98 | 24.42 | - |
| YUV | 173.43 | 93.89 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 219 | 113 | 0.51 | 0 | 0.48 | 0.14 | 123.21 | 0.61 | 0.64 |
| Hex | 6B | DB | 71 | 33 | 0 | 30 | E | 7B | 3D | 40 |
| Octal | 153 | 333 | 161 | 63 | 0 | 60 | 16 | 173 | 75 | 100 |
| Binary | 1101011 | 11011011 | 1110001 | 110011 | 0 | 110000 | 1110 | 1111011 | 111101 | 1000000 |
Color Harmonies of #6BDB71
Complementary color
Monochromatic Colors of #6BDB71
Black with #6BDB71
Text Example
Text Example
White with #6BDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDB71; }
p { color: rgb(107,219,113); }
H1.HeaderClassName
{
color: #6BDB71;
}
.AnyTagClassName
{
color: #6BDB71;
}
</style>
background-color css
<style>
a { background-color: #6BDB71; }
a { background-color: rgb(107,219,113); }
div.DivClassName
{
background-color: #6BDB71;
}
.BgClassName
{
background-color: #6BDB71;
}
</style>
border-color css
<style>
span { border-color: #6BDB71; }
span { border-color: rgb(107,219,113); }
td.TdClassName
{
border-color: #6BDB71;
}
.TagClassName
{
border-color: #6BDB71;
}
</style>