Shades of Pastel Green #6BDA82
Tints of Pastel Green #6BDA82
RGB
CMYK
RGB Variations
Color information
#6BDA82 (or 0x6BDA82) is known color: Pastel Green. HEX triplet: 6B, DA and 82. RGB value is (107,218,130). Sum of RGB (Red+Green+Blue) = 107+218+130=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 218 (85.55% from 255 or 47.91% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA82 is #94257D. Grayscale: #AFAFAF. Windows color (decimal): -9708926 or 8575595. OLE color: 8575595.
HSL color Cylindrical-coordinate representation of color #6BDA82: hue angle of 132.43º 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 #6BDA82 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 130 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.15 |
| HSL | 132.43º | 0.6% | 0.64% | - |
| HSV(B) | 132.43º | 0.51% | 0.85% | - |
| XYZ | 35.16 | 54.88 | 29.86 | - |
| YUV | 174.78 | 102.73 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 130 | 0.51 | 0 | 0.40 | 0.15 | 132.43 | 0.6 | 0.64 |
| Hex | 6B | DA | 82 | 33 | 0 | 28 | F | 84 | 3C | 40 |
| Octal | 153 | 332 | 202 | 63 | 0 | 50 | 17 | 204 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10000010 | 110011 | 0 | 101000 | 1111 | 10000100 | 111100 | 1000000 |
Color Harmonies of #6BDA82
Complementary color
Monochromatic Colors of #6BDA82
Black with #6BDA82
Text Example
Text Example
White with #6BDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA82; }
p { color: rgb(107,218,130); }
H1.HeaderClassName
{
color: #6BDA82;
}
.AnyTagClassName
{
color: #6BDA82;
}
</style>
background-color css
<style>
a { background-color: #6BDA82; }
a { background-color: rgb(107,218,130); }
div.DivClassName
{
background-color: #6BDA82;
}
.BgClassName
{
background-color: #6BDA82;
}
</style>
border-color css
<style>
span { border-color: #6BDA82; }
span { border-color: rgb(107,218,130); }
td.TdClassName
{
border-color: #6BDA82;
}
.TagClassName
{
border-color: #6BDA82;
}
</style>