Shades of Pastel Green #7CE382
Tints of Pastel Green #7CE382
RGB
CMYK
RGB Variations
Color information
#7CE382 (or 0x7CE382) is known color: Pastel Green. HEX triplet: 7C, E3 and 82. RGB value is (124,227,130). Sum of RGB (Red+Green+Blue) = 124+227+130=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #7CE382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE382 is #831C7D. Grayscale: #B9B9B9. Windows color (decimal): -8592510 or 8577916. OLE color: 8577916.
HSL color Cylindrical-coordinate representation of color #7CE382: hue angle of 123.5º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE382 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 227 | 130 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.11 |
| HSL | 123.5º | 0.65% | 0.69% | - |
| HSV(B) | 123.5º | 0.45% | 0.89% | - |
| XYZ | 39.81 | 60.83 | 30.76 | - |
| YUV | 185.15 | 96.88 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 130 | 0.45 | 0 | 0.43 | 0.11 | 123.5 | 0.65 | 0.69 |
| Hex | 7C | E3 | 82 | 2D | 0 | 2B | B | 7B | 41 | 45 |
| Octal | 174 | 343 | 202 | 55 | 0 | 53 | 13 | 173 | 101 | 105 |
| Binary | 1111100 | 11100011 | 10000010 | 101101 | 0 | 101011 | 1011 | 1111011 | 1000001 | 1000101 |
Color Harmonies of #7CE382
Complementary color
Monochromatic Colors of #7CE382
Black with #7CE382
Text Example
Text Example
White with #7CE382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE382; }
p { color: rgb(124,227,130); }
H1.HeaderClassName
{
color: #7CE382;
}
.AnyTagClassName
{
color: #7CE382;
}
</style>
background-color css
<style>
a { background-color: #7CE382; }
a { background-color: rgb(124,227,130); }
div.DivClassName
{
background-color: #7CE382;
}
.BgClassName
{
background-color: #7CE382;
}
</style>
border-color css
<style>
span { border-color: #7CE382; }
span { border-color: rgb(124,227,130); }
td.TdClassName
{
border-color: #7CE382;
}
.TagClassName
{
border-color: #7CE382;
}
</style>