Shades of Pastel Green #7CE770
Tints of Pastel Green #7CE770
RGB
CMYK
RGB Variations
Color information
#7CE770 (or 0x7CE770) is known color: Pastel Green. HEX triplet: 7C, E7 and 70. RGB value is (124,231,112). Sum of RGB (Red+Green+Blue) = 124+231+112=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #7CE770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE770 is #83188F. Grayscale: #B9B9B9. Windows color (decimal): -8591504 or 7399292. OLE color: 7399292.
HSL color Cylindrical-coordinate representation of color #7CE770: hue angle of 113.95º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CE770 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 231 | 112 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.09 |
| HSL | 113.95º | 0.71% | 0.67% | - |
| HSV(B) | 113.95º | 0.52% | 0.91% | - |
| XYZ | 39.81 | 62.61 | 25.32 | - |
| YUV | 185.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 231 | 112 | 0.46 | 0 | 0.52 | 0.09 | 113.95 | 0.71 | 0.67 |
| Hex | 7C | E7 | 70 | 2E | 0 | 34 | 9 | 72 | 47 | 43 |
| Octal | 174 | 347 | 160 | 56 | 0 | 64 | 11 | 162 | 107 | 103 |
| Binary | 1111100 | 11100111 | 1110000 | 101110 | 0 | 110100 | 1001 | 1110010 | 1000111 | 1000011 |
Color Harmonies of #7CE770
Complementary color
Monochromatic Colors of #7CE770
Black with #7CE770
Text Example
Text Example
White with #7CE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE770; }
p { color: rgb(124,231,112); }
H1.HeaderClassName
{
color: #7CE770;
}
.AnyTagClassName
{
color: #7CE770;
}
</style>
background-color css
<style>
a { background-color: #7CE770; }
a { background-color: rgb(124,231,112); }
div.DivClassName
{
background-color: #7CE770;
}
.BgClassName
{
background-color: #7CE770;
}
</style>
border-color css
<style>
span { border-color: #7CE770; }
span { border-color: rgb(124,231,112); }
td.TdClassName
{
border-color: #7CE770;
}
.TagClassName
{
border-color: #7CE770;
}
</style>