Shades of Pastel Green #6CDA76
Tints of Pastel Green #6CDA76
RGB
CMYK
RGB Variations
Color information
#6CDA76 (or 0x6CDA76) is known color: Pastel Green. HEX triplet: 6C, DA and 76. RGB value is (108,218,118). Sum of RGB (Red+Green+Blue) = 108+218+118=444 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.32% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CDA76 is #932589. Grayscale: #AEAEAE. Windows color (decimal): -9643402 or 7789164. OLE color: 7789164.
HSL color Cylindrical-coordinate representation of color #6CDA76: hue angle of 125.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDA76 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 118 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.15 |
| HSL | 125.45º | 0.6% | 0.64% | - |
| HSV(B) | 125.45º | 0.5% | 0.85% | - |
| XYZ | 34.53 | 54.64 | 25.87 | - |
| YUV | 173.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 118 | 0.50 | 0 | 0.46 | 0.15 | 125.45 | 0.6 | 0.64 |
| Hex | 6C | DA | 76 | 32 | 0 | 2E | F | 7D | 3C | 40 |
| Octal | 154 | 332 | 166 | 62 | 0 | 56 | 17 | 175 | 74 | 100 |
| Binary | 1101100 | 11011010 | 1110110 | 110010 | 0 | 101110 | 1111 | 1111101 | 111100 | 1000000 |
Color Harmonies of #6CDA76
Complementary color
Monochromatic Colors of #6CDA76
Black with #6CDA76
Text Example
Text Example
White with #6CDA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDA76; }
p { color: rgb(108,218,118); }
H1.HeaderClassName
{
color: #6CDA76;
}
.AnyTagClassName
{
color: #6CDA76;
}
</style>
background-color css
<style>
a { background-color: #6CDA76; }
a { background-color: rgb(108,218,118); }
div.DivClassName
{
background-color: #6CDA76;
}
.BgClassName
{
background-color: #6CDA76;
}
</style>
border-color css
<style>
span { border-color: #6CDA76; }
span { border-color: rgb(108,218,118); }
td.TdClassName
{
border-color: #6CDA76;
}
.TagClassName
{
border-color: #6CDA76;
}
</style>