Shades of Pastel Green #7CDA68
Tints of Pastel Green #7CDA68
RGB
CMYK
RGB Variations
Color information
#7CDA68 (or 0x7CDA68) is known color: Pastel Green. HEX triplet: 7C, DA and 68. RGB value is (124,218,104). Sum of RGB (Red+Green+Blue) = 124+218+104=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA68 is #832597. Grayscale: #B1B1B1. Windows color (decimal): -8594840 or 6871676. OLE color: 6871676.
HSL color Cylindrical-coordinate representation of color #7CDA68: hue angle of 109.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CDA68 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 104 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.15 |
| HSL | 109.47º | 0.61% | 0.63% | - |
| HSV(B) | 109.47º | 0.52% | 0.85% | - |
| XYZ | 35.88 | 55.43 | 21.9 | - |
| YUV | 176.9 | 86.86 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 104 | 0.43 | 0 | 0.52 | 0.15 | 109.47 | 0.61 | 0.63 |
| Hex | 7C | DA | 68 | 2B | 0 | 34 | F | 6D | 3D | 3F |
| Octal | 174 | 332 | 150 | 53 | 0 | 64 | 17 | 155 | 75 | 77 |
| Binary | 1111100 | 11011010 | 1101000 | 101011 | 0 | 110100 | 1111 | 1101101 | 111101 | 111111 |
Color Harmonies of #7CDA68
Complementary color
Monochromatic Colors of #7CDA68
Black with #7CDA68
Text Example
Text Example
White with #7CDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDA68; }
p { color: rgb(124,218,104); }
H1.HeaderClassName
{
color: #7CDA68;
}
.AnyTagClassName
{
color: #7CDA68;
}
</style>
background-color css
<style>
a { background-color: #7CDA68; }
a { background-color: rgb(124,218,104); }
div.DivClassName
{
background-color: #7CDA68;
}
.BgClassName
{
background-color: #7CDA68;
}
</style>
border-color css
<style>
span { border-color: #7CDA68; }
span { border-color: rgb(124,218,104); }
td.TdClassName
{
border-color: #7CDA68;
}
.TagClassName
{
border-color: #7CDA68;
}
</style>