Shades of Pastel Green #6BDA77
Tints of Pastel Green #6BDA77
RGB
CMYK
RGB Variations
Color information
#6BDA77 (or 0x6BDA77) is known color: Pastel Green. HEX triplet: 6B, DA and 77. RGB value is (107,218,119). Sum of RGB (Red+Green+Blue) = 107+218+119=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDA77 is #942588. Grayscale: #ADADAD. Windows color (decimal): -9708937 or 7854699. OLE color: 7854699.
HSL color Cylindrical-coordinate representation of color #6BDA77: hue angle of 126.49º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BDA77 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 119 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.15 |
| HSL | 126.49º | 0.6% | 0.64% | - |
| HSV(B) | 126.49º | 0.51% | 0.85% | - |
| XYZ | 34.46 | 54.6 | 26.18 | - |
| YUV | 173.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 119 | 0.51 | 0 | 0.45 | 0.15 | 126.49 | 0.6 | 0.64 |
| Hex | 6B | DA | 77 | 33 | 0 | 2D | F | 7E | 3C | 40 |
| Octal | 153 | 332 | 167 | 63 | 0 | 55 | 17 | 176 | 74 | 100 |
| Binary | 1101011 | 11011010 | 1110111 | 110011 | 0 | 101101 | 1111 | 1111110 | 111100 | 1000000 |
Color Harmonies of #6BDA77
Complementary color
Monochromatic Colors of #6BDA77
Black with #6BDA77
Text Example
Text Example
White with #6BDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA77; }
p { color: rgb(107,218,119); }
H1.HeaderClassName
{
color: #6BDA77;
}
.AnyTagClassName
{
color: #6BDA77;
}
</style>
background-color css
<style>
a { background-color: #6BDA77; }
a { background-color: rgb(107,218,119); }
div.DivClassName
{
background-color: #6BDA77;
}
.BgClassName
{
background-color: #6BDA77;
}
</style>
border-color css
<style>
span { border-color: #6BDA77; }
span { border-color: rgb(107,218,119); }
td.TdClassName
{
border-color: #6BDA77;
}
.TagClassName
{
border-color: #6BDA77;
}
</style>