Shades of Pastel Green #7CE75D
Tints of Pastel Green #7CE75D
RGB
CMYK
RGB Variations
Color information
#7CE75D (or 0x7CE75D) is known color: Pastel Green. HEX triplet: 7C, E7 and 5D. RGB value is (124,231,93). Sum of RGB (Red+Green+Blue) = 124+231+93=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE75D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE75D is #8318A2. Grayscale: #B7B7B7. Windows color (decimal): -8591523 or 6154108. OLE color: 6154108.
HSL color Cylindrical-coordinate representation of color #7CE75D: hue angle of 106.52º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7CE75D is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 93 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.09 |
| HSL | 106.52º | 0.74% | 0.64% | - |
| HSV(B) | 106.52º | 0.6% | 0.91% | - |
| XYZ | 38.86 | 62.23 | 20.32 | - |
| YUV | 183.28 | 77.05 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 93 | 0.46 | 0 | 0.60 | 0.09 | 106.52 | 0.74 | 0.64 |
| Hex | 7C | E7 | 5D | 2E | 0 | 3C | 9 | 6B | 4A | 40 |
| Octal | 174 | 347 | 135 | 56 | 0 | 74 | 11 | 153 | 112 | 100 |
| Binary | 1111100 | 11100111 | 1011101 | 101110 | 0 | 111100 | 1001 | 1101011 | 1001010 | 1000000 |
Color Harmonies of #7CE75D
Complementary color
Monochromatic Colors of #7CE75D
Black with #7CE75D
Text Example
Text Example
White with #7CE75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE75D; }
p { color: rgb(124,231,93); }
H1.HeaderClassName
{
color: #7CE75D;
}
.AnyTagClassName
{
color: #7CE75D;
}
</style>
background-color css
<style>
a { background-color: #7CE75D; }
a { background-color: rgb(124,231,93); }
div.DivClassName
{
background-color: #7CE75D;
}
.BgClassName
{
background-color: #7CE75D;
}
</style>
border-color css
<style>
span { border-color: #7CE75D; }
span { border-color: rgb(124,231,93); }
td.TdClassName
{
border-color: #7CE75D;
}
.TagClassName
{
border-color: #7CE75D;
}
</style>