Shades of Pastel Green #7CE282
Tints of Pastel Green #7CE282
RGB
CMYK
RGB Variations
Color information
#7CE282 (or 0x7CE282) is known color: Pastel Green. HEX triplet: 7C, E2 and 82. RGB value is (124,226,130). Sum of RGB (Red+Green+Blue) = 124+226+130=480 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.83% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 130 (51.17% from 255 or 27.08% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE282 is #831D7D. Grayscale: #B8B8B8. Windows color (decimal): -8592766 or 8577660. OLE color: 8577660.
HSL color Cylindrical-coordinate representation of color #7CE282: hue angle of 123.53º degrees, saturation: 0.64, 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 #7CE282 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 130 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.11 |
| HSL | 123.53º | 0.64% | 0.69% | - |
| HSV(B) | 123.53º | 0.45% | 0.89% | - |
| XYZ | 39.54 | 60.29 | 30.67 | - |
| YUV | 184.56 | 97.21 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 130 | 0.45 | 0 | 0.42 | 0.11 | 123.53 | 0.64 | 0.69 |
| Hex | 7C | E2 | 82 | 2D | 0 | 2A | B | 7C | 40 | 45 |
| Octal | 174 | 342 | 202 | 55 | 0 | 52 | 13 | 174 | 100 | 105 |
| Binary | 1111100 | 11100010 | 10000010 | 101101 | 0 | 101010 | 1011 | 1111100 | 1000000 | 1000101 |
Color Harmonies of #7CE282
Complementary color
Monochromatic Colors of #7CE282
Black with #7CE282
Text Example
Text Example
White with #7CE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE282; }
p { color: rgb(124,226,130); }
H1.HeaderClassName
{
color: #7CE282;
}
.AnyTagClassName
{
color: #7CE282;
}
</style>
background-color css
<style>
a { background-color: #7CE282; }
a { background-color: rgb(124,226,130); }
div.DivClassName
{
background-color: #7CE282;
}
.BgClassName
{
background-color: #7CE282;
}
</style>
border-color css
<style>
span { border-color: #7CE282; }
span { border-color: rgb(124,226,130); }
td.TdClassName
{
border-color: #7CE282;
}
.TagClassName
{
border-color: #7CE282;
}
</style>