Shades of Pastel Green #7CD666
Tints of Pastel Green #7CD666
RGB
CMYK
RGB Variations
Color information
#7CD666 (or 0x7CD666) is known color: Pastel Green. HEX triplet: 7C, D6 and 66. RGB value is (124,214,102). Sum of RGB (Red+Green+Blue) = 124+214+102=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD666 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD666 is #832999. Grayscale: #AEAEAE. Windows color (decimal): -8595866 or 6739580. OLE color: 6739580.
HSL color Cylindrical-coordinate representation of color #7CD666: hue angle of 108.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CD666 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 214 | 102 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.16 |
| HSL | 108.21º | 0.58% | 0.62% | - |
| HSV(B) | 108.21º | 0.52% | 0.84% | - |
| XYZ | 34.76 | 53.34 | 21.03 | - |
| YUV | 174.32 | 87.18 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 214 | 102 | 0.42 | 0 | 0.52 | 0.16 | 108.21 | 0.58 | 0.62 |
| Hex | 7C | D6 | 66 | 2A | 0 | 34 | 10 | 6C | 3A | 3E |
| Octal | 174 | 326 | 146 | 52 | 0 | 64 | 20 | 154 | 72 | 76 |
| Binary | 1111100 | 11010110 | 1100110 | 101010 | 0 | 110100 | 10000 | 1101100 | 111010 | 111110 |
Color Harmonies of #7CD666
Complementary color
Monochromatic Colors of #7CD666
Black with #7CD666
Text Example
Text Example
White with #7CD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD666; }
p { color: rgb(124,214,102); }
H1.HeaderClassName
{
color: #7CD666;
}
.AnyTagClassName
{
color: #7CD666;
}
</style>
background-color css
<style>
a { background-color: #7CD666; }
a { background-color: rgb(124,214,102); }
div.DivClassName
{
background-color: #7CD666;
}
.BgClassName
{
background-color: #7CD666;
}
</style>
border-color css
<style>
span { border-color: #7CD666; }
span { border-color: rgb(124,214,102); }
td.TdClassName
{
border-color: #7CD666;
}
.TagClassName
{
border-color: #7CD666;
}
</style>