Shades of Pastel Green #6BDC60
Tints of Pastel Green #6BDC60
RGB
CMYK
RGB Variations
Color information
#6BDC60 (or 0x6BDC60) is known color: Pastel Green. HEX triplet: 6B, DC and 60. RGB value is (107,220,96). Sum of RGB (Red+Green+Blue) = 107+220+96=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC60 is #94239F. Grayscale: #ACACAC. Windows color (decimal): -9708448 or 6347883. OLE color: 6347883.
HSL color Cylindrical-coordinate representation of color #6BDC60: hue angle of 114.68º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BDC60 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 96 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.14 |
| HSL | 114.68º | 0.64% | 0.62% | - |
| HSV(B) | 114.68º | 0.56% | 0.86% | - |
| XYZ | 33.77 | 55.16 | 19.93 | - |
| YUV | 172.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 96 | 0.51 | 0 | 0.56 | 0.14 | 114.68 | 0.64 | 0.62 |
| Hex | 6B | DC | 60 | 33 | 0 | 38 | E | 73 | 40 | 3E |
| Octal | 153 | 334 | 140 | 63 | 0 | 70 | 16 | 163 | 100 | 76 |
| Binary | 1101011 | 11011100 | 1100000 | 110011 | 0 | 111000 | 1110 | 1110011 | 1000000 | 111110 |
Color Harmonies of #6BDC60
Complementary color
Monochromatic Colors of #6BDC60
Black with #6BDC60
Text Example
Text Example
White with #6BDC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC60; }
p { color: rgb(107,220,96); }
H1.HeaderClassName
{
color: #6BDC60;
}
.AnyTagClassName
{
color: #6BDC60;
}
</style>
background-color css
<style>
a { background-color: #6BDC60; }
a { background-color: rgb(107,220,96); }
div.DivClassName
{
background-color: #6BDC60;
}
.BgClassName
{
background-color: #6BDC60;
}
</style>
border-color css
<style>
span { border-color: #6BDC60; }
span { border-color: rgb(107,220,96); }
td.TdClassName
{
border-color: #6BDC60;
}
.TagClassName
{
border-color: #6BDC60;
}
</style>