Shades of Pastel Green #7CD566
Tints of Pastel Green #7CD566
RGB
CMYK
RGB Variations
Color information
#7CD566 (or 0x7CD566) is known color: Pastel Green. HEX triplet: 7C, D5 and 66. RGB value is (124,213,102). Sum of RGB (Red+Green+Blue) = 124+213+102=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD566 is #832A99. Grayscale: #AEAEAE. Windows color (decimal): -8596122 or 6739324. OLE color: 6739324.
HSL color Cylindrical-coordinate representation of color #7CD566: hue angle of 108.11º degrees, saturation: 0.57, 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 #7CD566 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 102 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.16 |
| HSL | 108.11º | 0.57% | 0.62% | - |
| HSV(B) | 108.11º | 0.52% | 0.84% | - |
| XYZ | 34.5 | 52.83 | 20.95 | - |
| YUV | 173.74 | 87.51 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 102 | 0.42 | 0 | 0.52 | 0.16 | 108.11 | 0.57 | 0.62 |
| Hex | 7C | D5 | 66 | 2A | 0 | 34 | 10 | 6C | 39 | 3E |
| Octal | 174 | 325 | 146 | 52 | 0 | 64 | 20 | 154 | 71 | 76 |
| Binary | 1111100 | 11010101 | 1100110 | 101010 | 0 | 110100 | 10000 | 1101100 | 111001 | 111110 |
Color Harmonies of #7CD566
Complementary color
Monochromatic Colors of #7CD566
Black with #7CD566
Text Example
Text Example
White with #7CD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD566; }
p { color: rgb(124,213,102); }
H1.HeaderClassName
{
color: #7CD566;
}
.AnyTagClassName
{
color: #7CD566;
}
</style>
background-color css
<style>
a { background-color: #7CD566; }
a { background-color: rgb(124,213,102); }
div.DivClassName
{
background-color: #7CD566;
}
.BgClassName
{
background-color: #7CD566;
}
</style>
border-color css
<style>
span { border-color: #7CD566; }
span { border-color: rgb(124,213,102); }
td.TdClassName
{
border-color: #7CD566;
}
.TagClassName
{
border-color: #7CD566;
}
</style>