Shades of Pastel Green #7CE078
Tints of Pastel Green #7CE078
RGB
CMYK
RGB Variations
Color information
#7CE078 (or 0x7CE078) is known color: Pastel Green. HEX triplet: 7C, E0 and 78. RGB value is (124,224,120). Sum of RGB (Red+Green+Blue) = 124+224+120=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE078 is #831F87. Grayscale: #B6B6B6. Windows color (decimal): -8593288 or 7921788. OLE color: 7921788.
HSL color Cylindrical-coordinate representation of color #7CE078: hue angle of 117.69º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE078 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 120 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.12 |
| HSL | 117.69º | 0.63% | 0.67% | - |
| HSV(B) | 117.69º | 0.46% | 0.88% | - |
| XYZ | 38.36 | 58.95 | 27.13 | - |
| YUV | 182.24 | 92.87 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 120 | 0.45 | 0 | 0.46 | 0.12 | 117.69 | 0.63 | 0.67 |
| Hex | 7C | E0 | 78 | 2D | 0 | 2E | C | 76 | 3F | 43 |
| Octal | 174 | 340 | 170 | 55 | 0 | 56 | 14 | 166 | 77 | 103 |
| Binary | 1111100 | 11100000 | 1111000 | 101101 | 0 | 101110 | 1100 | 1110110 | 111111 | 1000011 |
Color Harmonies of #7CE078
Complementary color
Monochromatic Colors of #7CE078
Black with #7CE078
Text Example
Text Example
White with #7CE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE078; }
p { color: rgb(124,224,120); }
H1.HeaderClassName
{
color: #7CE078;
}
.AnyTagClassName
{
color: #7CE078;
}
</style>
background-color css
<style>
a { background-color: #7CE078; }
a { background-color: rgb(124,224,120); }
div.DivClassName
{
background-color: #7CE078;
}
.BgClassName
{
background-color: #7CE078;
}
</style>
border-color css
<style>
span { border-color: #7CE078; }
span { border-color: rgb(124,224,120); }
td.TdClassName
{
border-color: #7CE078;
}
.TagClassName
{
border-color: #7CE078;
}
</style>