Shades of Pastel Green #7CE075
Tints of Pastel Green #7CE075
RGB
CMYK
RGB Variations
Color information
#7CE075 (or 0x7CE075) is known color: Pastel Green. HEX triplet: 7C, E0 and 75. RGB value is (124,224,117). Sum of RGB (Red+Green+Blue) = 124+224+117=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE075 is #831F8A. Grayscale: #B6B6B6. Windows color (decimal): -8593291 or 7725180. OLE color: 7725180.
HSL color Cylindrical-coordinate representation of color #7CE075: hue angle of 116.07º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CE075 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 117 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.12 |
| HSL | 116.07º | 0.63% | 0.67% | - |
| HSV(B) | 116.07º | 0.48% | 0.88% | - |
| XYZ | 38.18 | 58.88 | 26.18 | - |
| YUV | 181.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 117 | 0.45 | 0 | 0.48 | 0.12 | 116.07 | 0.63 | 0.67 |
| Hex | 7C | E0 | 75 | 2D | 0 | 30 | C | 74 | 3F | 43 |
| Octal | 174 | 340 | 165 | 55 | 0 | 60 | 14 | 164 | 77 | 103 |
| Binary | 1111100 | 11100000 | 1110101 | 101101 | 0 | 110000 | 1100 | 1110100 | 111111 | 1000011 |
Color Harmonies of #7CE075
Complementary color
Monochromatic Colors of #7CE075
Black with #7CE075
Text Example
Text Example
White with #7CE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE075; }
p { color: rgb(124,224,117); }
H1.HeaderClassName
{
color: #7CE075;
}
.AnyTagClassName
{
color: #7CE075;
}
</style>
background-color css
<style>
a { background-color: #7CE075; }
a { background-color: rgb(124,224,117); }
div.DivClassName
{
background-color: #7CE075;
}
.BgClassName
{
background-color: #7CE075;
}
</style>
border-color css
<style>
span { border-color: #7CE075; }
span { border-color: rgb(124,224,117); }
td.TdClassName
{
border-color: #7CE075;
}
.TagClassName
{
border-color: #7CE075;
}
</style>