Shades of Pastel Green #6BDC5D
Tints of Pastel Green #6BDC5D
RGB
CMYK
RGB Variations
Color information
#6BDC5D (or 0x6BDC5D) is known color: Pastel Green. HEX triplet: 6B, DC and 5D. RGB value is (107,220,93). Sum of RGB (Red+Green+Blue) = 107+220+93=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #6BDC5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDC5D is #9423A2. Grayscale: #ACACAC. Windows color (decimal): -9708451 or 6151275. OLE color: 6151275.
HSL color Cylindrical-coordinate representation of color #6BDC5D: hue angle of 113.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDC5D is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 220 | 93 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.14 |
| HSL | 113.39º | 0.64% | 0.61% | - |
| HSV(B) | 113.39º | 0.58% | 0.86% | - |
| XYZ | 33.63 | 55.1 | 19.22 | - |
| YUV | 171.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 220 | 93 | 0.51 | 0 | 0.58 | 0.14 | 113.39 | 0.64 | 0.61 |
| Hex | 6B | DC | 5D | 33 | 0 | 3A | E | 71 | 40 | 3D |
| Octal | 153 | 334 | 135 | 63 | 0 | 72 | 16 | 161 | 100 | 75 |
| Binary | 1101011 | 11011100 | 1011101 | 110011 | 0 | 111010 | 1110 | 1110001 | 1000000 | 111101 |
Color Harmonies of #6BDC5D
Complementary color
Monochromatic Colors of #6BDC5D
Black with #6BDC5D
Text Example
Text Example
White with #6BDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDC5D; }
p { color: rgb(107,220,93); }
H1.HeaderClassName
{
color: #6BDC5D;
}
.AnyTagClassName
{
color: #6BDC5D;
}
</style>
background-color css
<style>
a { background-color: #6BDC5D; }
a { background-color: rgb(107,220,93); }
div.DivClassName
{
background-color: #6BDC5D;
}
.BgClassName
{
background-color: #6BDC5D;
}
</style>
border-color css
<style>
span { border-color: #6BDC5D; }
span { border-color: rgb(107,220,93); }
td.TdClassName
{
border-color: #6BDC5D;
}
.TagClassName
{
border-color: #6BDC5D;
}
</style>