Shades of Pastel Green #7CEA64
Tints of Pastel Green #7CEA64
RGB
CMYK
RGB Variations
Color information
#7CEA64 (or 0x7CEA64) is known color: Pastel Green. HEX triplet: 7C, EA and 64. RGB value is (124,234,100). Sum of RGB (Red+Green+Blue) = 124+234+100=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEA64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEA64 is #83159B. Grayscale: #BABABA. Windows color (decimal): -8590748 or 6613628. OLE color: 6613628.
HSL color Cylindrical-coordinate representation of color #7CEA64: hue angle of 109.25º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CEA64 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 100 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.08 |
| HSL | 109.25º | 0.76% | 0.65% | - |
| HSV(B) | 109.25º | 0.57% | 0.92% | - |
| XYZ | 40.04 | 64.05 | 22.31 | - |
| YUV | 185.83 | 79.56 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 100 | 0.47 | 0 | 0.57 | 0.08 | 109.25 | 0.76 | 0.65 |
| Hex | 7C | EA | 64 | 2F | 0 | 39 | 8 | 6D | 4C | 41 |
| Octal | 174 | 352 | 144 | 57 | 0 | 71 | 10 | 155 | 114 | 101 |
| Binary | 1111100 | 11101010 | 1100100 | 101111 | 0 | 111001 | 1000 | 1101101 | 1001100 | 1000001 |
Color Harmonies of #7CEA64
Complementary color
Monochromatic Colors of #7CEA64
Black with #7CEA64
Text Example
Text Example
White with #7CEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEA64; }
p { color: rgb(124,234,100); }
H1.HeaderClassName
{
color: #7CEA64;
}
.AnyTagClassName
{
color: #7CEA64;
}
</style>
background-color css
<style>
a { background-color: #7CEA64; }
a { background-color: rgb(124,234,100); }
div.DivClassName
{
background-color: #7CEA64;
}
.BgClassName
{
background-color: #7CEA64;
}
</style>
border-color css
<style>
span { border-color: #7CEA64; }
span { border-color: rgb(124,234,100); }
td.TdClassName
{
border-color: #7CEA64;
}
.TagClassName
{
border-color: #7CEA64;
}
</style>