Shades of Pastel Green #6CDB7D
Tints of Pastel Green #6CDB7D
RGB
CMYK
RGB Variations
Color information
#6CDB7D (or 0x6CDB7D) is known color: Pastel Green. HEX triplet: 6C, DB and 7D. RGB value is (108,219,125). Sum of RGB (Red+Green+Blue) = 108+219+125=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB7D is #932482. Grayscale: #AFAFAF. Windows color (decimal): -9643139 or 8248172. OLE color: 8248172.
HSL color Cylindrical-coordinate representation of color #6CDB7D: hue angle of 129.19º degrees, saturation: 0.61, 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 #6CDB7D is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 125 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.14 |
| HSL | 129.19º | 0.61% | 0.64% | - |
| HSV(B) | 129.19º | 0.51% | 0.86% | - |
| XYZ | 35.22 | 55.33 | 28.23 | - |
| YUV | 175.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 125 | 0.51 | 0 | 0.43 | 0.14 | 129.19 | 0.61 | 0.64 |
| Hex | 6C | DB | 7D | 33 | 0 | 2B | E | 81 | 3D | 40 |
| Octal | 154 | 333 | 175 | 63 | 0 | 53 | 16 | 201 | 75 | 100 |
| Binary | 1101100 | 11011011 | 1111101 | 110011 | 0 | 101011 | 1110 | 10000001 | 111101 | 1000000 |
Color Harmonies of #6CDB7D
Complementary color
Monochromatic Colors of #6CDB7D
Black with #6CDB7D
Text Example
Text Example
White with #6CDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB7D; }
p { color: rgb(108,219,125); }
H1.HeaderClassName
{
color: #6CDB7D;
}
.AnyTagClassName
{
color: #6CDB7D;
}
</style>
background-color css
<style>
a { background-color: #6CDB7D; }
a { background-color: rgb(108,219,125); }
div.DivClassName
{
background-color: #6CDB7D;
}
.BgClassName
{
background-color: #6CDB7D;
}
</style>
border-color css
<style>
span { border-color: #6CDB7D; }
span { border-color: rgb(108,219,125); }
td.TdClassName
{
border-color: #6CDB7D;
}
.TagClassName
{
border-color: #6CDB7D;
}
</style>