Shades of Pastel Green #6CDB7E
Tints of Pastel Green #6CDB7E
RGB
CMYK
RGB Variations
Color information
#6CDB7E (or 0x6CDB7E) is known color: Pastel Green. HEX triplet: 6C, DB and 7E. RGB value is (108,219,126). Sum of RGB (Red+Green+Blue) = 108+219+126=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDB7E is #932481. Grayscale: #AFAFAF. Windows color (decimal): -9643138 or 8313708. OLE color: 8313708.
HSL color Cylindrical-coordinate representation of color #6CDB7E: hue angle of 129.73º 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 #6CDB7E is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 126 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.14 |
| HSL | 129.73º | 0.61% | 0.64% | - |
| HSV(B) | 129.73º | 0.51% | 0.86% | - |
| XYZ | 35.28 | 55.36 | 28.56 | - |
| YUV | 175.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 126 | 0.51 | 0 | 0.42 | 0.14 | 129.73 | 0.61 | 0.64 |
| Hex | 6C | DB | 7E | 33 | 0 | 2A | E | 82 | 3D | 40 |
| Octal | 154 | 333 | 176 | 63 | 0 | 52 | 16 | 202 | 75 | 100 |
| Binary | 1101100 | 11011011 | 1111110 | 110011 | 0 | 101010 | 1110 | 10000010 | 111101 | 1000000 |
Color Harmonies of #6CDB7E
Complementary color
Monochromatic Colors of #6CDB7E
Black with #6CDB7E
Text Example
Text Example
White with #6CDB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDB7E; }
p { color: rgb(108,219,126); }
H1.HeaderClassName
{
color: #6CDB7E;
}
.AnyTagClassName
{
color: #6CDB7E;
}
</style>
background-color css
<style>
a { background-color: #6CDB7E; }
a { background-color: rgb(108,219,126); }
div.DivClassName
{
background-color: #6CDB7E;
}
.BgClassName
{
background-color: #6CDB7E;
}
</style>
border-color css
<style>
span { border-color: #6CDB7E; }
span { border-color: rgb(108,219,126); }
td.TdClassName
{
border-color: #6CDB7E;
}
.TagClassName
{
border-color: #6CDB7E;
}
</style>