Shades of Pastel Green #6BDA81
Tints of Pastel Green #6BDA81
RGB
CMYK
RGB Variations
Color information
#6BDA81 (or 0x6BDA81) is known color: Pastel Green. HEX triplet: 6B, DA and 81. RGB value is (107,218,129). Sum of RGB (Red+Green+Blue) = 107+218+129=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDA81 is #94257E. Grayscale: #AEAEAE. Windows color (decimal): -9708927 or 8510059. OLE color: 8510059.
HSL color Cylindrical-coordinate representation of color #6BDA81: hue angle of 131.89º 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 #6BDA81 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 129 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.15 |
| HSL | 131.89º | 0.6% | 0.64% | - |
| HSV(B) | 131.89º | 0.51% | 0.85% | - |
| XYZ | 35.1 | 54.85 | 29.51 | - |
| YUV | 174.67 | 102.23 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 129 | 0.51 | 0 | 0.41 | 0.15 | 131.89 | 0.6 | 0.64 |
| Hex | 6B | DA | 81 | 33 | 0 | 29 | F | 84 | 3C | 40 |
| Octal | 153 | 332 | 201 | 63 | 0 | 51 | 17 | 204 | 74 | 100 |
| Binary | 1101011 | 11011010 | 10000001 | 110011 | 0 | 101001 | 1111 | 10000100 | 111100 | 1000000 |
Color Harmonies of #6BDA81
Complementary color
Monochromatic Colors of #6BDA81
Black with #6BDA81
Text Example
Text Example
White with #6BDA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA81; }
p { color: rgb(107,218,129); }
H1.HeaderClassName
{
color: #6BDA81;
}
.AnyTagClassName
{
color: #6BDA81;
}
</style>
background-color css
<style>
a { background-color: #6BDA81; }
a { background-color: rgb(107,218,129); }
div.DivClassName
{
background-color: #6BDA81;
}
.BgClassName
{
background-color: #6BDA81;
}
</style>
border-color css
<style>
span { border-color: #6BDA81; }
span { border-color: rgb(107,218,129); }
td.TdClassName
{
border-color: #6BDA81;
}
.TagClassName
{
border-color: #6BDA81;
}
</style>