Shades of Pastel Green #7CCD6D
Tints of Pastel Green #7CCD6D
RGB
CMYK
RGB Variations
Color information
#7CCD6D (or 0x7CCD6D) is known color: Pastel Green. HEX triplet: 7C, CD and 6D. RGB value is (124,205,109). Sum of RGB (Red+Green+Blue) = 124+205+109=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 205 (80.47% from 255 or 46.80% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD6D is #833292. Grayscale: #AAAAAA. Windows color (decimal): -8598163 or 7196028. OLE color: 7196028.
HSL color Cylindrical-coordinate representation of color #7CCD6D: hue angle of 110.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CCD6D is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 109 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.20 |
| HSL | 110.63º | 0.49% | 0.62% | - |
| HSV(B) | 110.63º | 0.47% | 0.8% | - |
| XYZ | 32.9 | 49.05 | 22.2 | - |
| YUV | 169.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 109 | 0.40 | 0 | 0.47 | 0.20 | 110.63 | 0.49 | 0.62 |
| Hex | 7C | CD | 6D | 28 | 0 | 2F | 14 | 6F | 31 | 3E |
| Octal | 174 | 315 | 155 | 50 | 0 | 57 | 24 | 157 | 61 | 76 |
| Binary | 1111100 | 11001101 | 1101101 | 101000 | 0 | 101111 | 10100 | 1101111 | 110001 | 111110 |
Color Harmonies of #7CCD6D
Complementary color
Monochromatic Colors of #7CCD6D
Black with #7CCD6D
Text Example
Text Example
White with #7CCD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD6D; }
p { color: rgb(124,205,109); }
H1.HeaderClassName
{
color: #7CCD6D;
}
.AnyTagClassName
{
color: #7CCD6D;
}
</style>
background-color css
<style>
a { background-color: #7CCD6D; }
a { background-color: rgb(124,205,109); }
div.DivClassName
{
background-color: #7CCD6D;
}
.BgClassName
{
background-color: #7CCD6D;
}
</style>
border-color css
<style>
span { border-color: #7CCD6D; }
span { border-color: rgb(124,205,109); }
td.TdClassName
{
border-color: #7CCD6D;
}
.TagClassName
{
border-color: #7CCD6D;
}
</style>