Shades of Pastel Green #6BDC6F
Tints of Pastel Green #6BDC6F
RGB
CMYK
RGB Variations
Color information
#6BDC6F (or 0x6BDC6F) is known color: Pastel Green. HEX triplet: 6B, DC and 6F. RGB value is (107,220,111). Sum of RGB (Red+Green+Blue) = 107+220+111=438 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.43% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC6F is #942390. Grayscale: #AEAEAE. Windows color (decimal): -9708433 or 7330923. OLE color: 7330923.
HSL color Cylindrical-coordinate representation of color #6BDC6F: hue angle of 122.12º 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 #6BDC6F is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 111 | - |
| CMYK | 0.51 | 0 | 0.50 | 0.14 |
| HSL | 122.12º | 0.62% | 0.64% | - |
| HSV(B) | 122.12º | 0.51% | 0.86% | - |
| XYZ | 34.53 | 55.46 | 23.92 | - |
| YUV | 173.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 111 | 0.51 | 0 | 0.50 | 0.14 | 122.12 | 0.62 | 0.64 |
| Hex | 6B | DC | 6F | 33 | 0 | 32 | E | 7A | 3E | 40 |
| Octal | 153 | 334 | 157 | 63 | 0 | 62 | 16 | 172 | 76 | 100 |
| Binary | 1101011 | 11011100 | 1101111 | 110011 | 0 | 110010 | 1110 | 1111010 | 111110 | 1000000 |
Color Harmonies of #6BDC6F
Complementary color
Monochromatic Colors of #6BDC6F
Black with #6BDC6F
Text Example
Text Example
White with #6BDC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC6F; }
p { color: rgb(107,220,111); }
H1.HeaderClassName
{
color: #6BDC6F;
}
.AnyTagClassName
{
color: #6BDC6F;
}
</style>
background-color css
<style>
a { background-color: #6BDC6F; }
a { background-color: rgb(107,220,111); }
div.DivClassName
{
background-color: #6BDC6F;
}
.BgClassName
{
background-color: #6BDC6F;
}
</style>
border-color css
<style>
span { border-color: #6BDC6F; }
span { border-color: rgb(107,220,111); }
td.TdClassName
{
border-color: #6BDC6F;
}
.TagClassName
{
border-color: #6BDC6F;
}
</style>