Shades of Pastel Green #6BDC81
Tints of Pastel Green #6BDC81
RGB
CMYK
RGB Variations
Color information
#6BDC81 (or 0x6BDC81) is known color: Pastel Green. HEX triplet: 6B, DC and 81. RGB value is (107,220,129). Sum of RGB (Red+Green+Blue) = 107+220+129=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BDC81 is #94237E. Grayscale: #B0B0B0. Windows color (decimal): -9708415 or 8510571. OLE color: 8510571.
HSL color Cylindrical-coordinate representation of color #6BDC81: hue angle of 131.68º degrees, saturation: 0.62, 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 #6BDC81 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 129 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.14 |
| HSL | 131.68º | 0.62% | 0.64% | - |
| HSV(B) | 131.68º | 0.51% | 0.86% | - |
| XYZ | 35.62 | 55.9 | 29.68 | - |
| YUV | 175.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 129 | 0.51 | 0 | 0.41 | 0.14 | 131.68 | 0.62 | 0.64 |
| Hex | 6B | DC | 81 | 33 | 0 | 29 | E | 84 | 3E | 40 |
| Octal | 153 | 334 | 201 | 63 | 0 | 51 | 16 | 204 | 76 | 100 |
| Binary | 1101011 | 11011100 | 10000001 | 110011 | 0 | 101001 | 1110 | 10000100 | 111110 | 1000000 |
Color Harmonies of #6BDC81
Complementary color
Monochromatic Colors of #6BDC81
Black with #6BDC81
Text Example
Text Example
White with #6BDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC81; }
p { color: rgb(107,220,129); }
H1.HeaderClassName
{
color: #6BDC81;
}
.AnyTagClassName
{
color: #6BDC81;
}
</style>
background-color css
<style>
a { background-color: #6BDC81; }
a { background-color: rgb(107,220,129); }
div.DivClassName
{
background-color: #6BDC81;
}
.BgClassName
{
background-color: #6BDC81;
}
</style>
border-color css
<style>
span { border-color: #6BDC81; }
span { border-color: rgb(107,220,129); }
td.TdClassName
{
border-color: #6BDC81;
}
.TagClassName
{
border-color: #6BDC81;
}
</style>