Shades of Pastel Green #6BDD5C
Tints of Pastel Green #6BDD5C
RGB
CMYK
RGB Variations
Color information
#6BDD5C (or 0x6BDD5C) is known color: Pastel Green. HEX triplet: 6B, DD and 5C. RGB value is (107,221,92). Sum of RGB (Red+Green+Blue) = 107+221+92=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #6BDD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BDD5C is #9422A3. Grayscale: #ACACAC. Windows color (decimal): -9708196 or 6085995. OLE color: 6085995.
HSL color Cylindrical-coordinate representation of color #6BDD5C: hue angle of 113.02º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BDD5C is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 221 | 92 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.13 |
| HSL | 113.02º | 0.65% | 0.61% | - |
| HSV(B) | 113.02º | 0.58% | 0.87% | - |
| XYZ | 33.85 | 55.61 | 19.08 | - |
| YUV | 172.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 221 | 92 | 0.52 | 0 | 0.58 | 0.13 | 113.02 | 0.65 | 0.61 |
| Hex | 6B | DD | 5C | 34 | 0 | 3A | D | 71 | 41 | 3D |
| Octal | 153 | 335 | 134 | 64 | 0 | 72 | 15 | 161 | 101 | 75 |
| Binary | 1101011 | 11011101 | 1011100 | 110100 | 0 | 111010 | 1101 | 1110001 | 1000001 | 111101 |
Color Harmonies of #6BDD5C
Complementary color
Monochromatic Colors of #6BDD5C
Black with #6BDD5C
Text Example
Text Example
White with #6BDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDD5C; }
p { color: rgb(107,221,92); }
H1.HeaderClassName
{
color: #6BDD5C;
}
.AnyTagClassName
{
color: #6BDD5C;
}
</style>
background-color css
<style>
a { background-color: #6BDD5C; }
a { background-color: rgb(107,221,92); }
div.DivClassName
{
background-color: #6BDD5C;
}
.BgClassName
{
background-color: #6BDD5C;
}
</style>
border-color css
<style>
span { border-color: #6BDD5C; }
span { border-color: rgb(107,221,92); }
td.TdClassName
{
border-color: #6BDD5C;
}
.TagClassName
{
border-color: #6BDD5C;
}
</style>