Shades of Pastel Green #7CE274
Tints of Pastel Green #7CE274
RGB
CMYK
RGB Variations
Color information
#7CE274 (or 0x7CE274) is known color: Pastel Green. HEX triplet: 7C, E2 and 74. RGB value is (124,226,116). Sum of RGB (Red+Green+Blue) = 124+226+116=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #7CE274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE274 is #831D8B. Grayscale: #B7B7B7. Windows color (decimal): -8592780 or 7660156. OLE color: 7660156.
HSL color Cylindrical-coordinate representation of color #7CE274: hue angle of 115.64º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CE274 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 226 | 116 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.11 |
| HSL | 115.64º | 0.65% | 0.67% | - |
| HSV(B) | 115.64º | 0.49% | 0.89% | - |
| XYZ | 38.66 | 59.94 | 26.05 | - |
| YUV | 182.96 | 90.21 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 116 | 0.45 | 0 | 0.49 | 0.11 | 115.64 | 0.65 | 0.67 |
| Hex | 7C | E2 | 74 | 2D | 0 | 31 | B | 74 | 41 | 43 |
| Octal | 174 | 342 | 164 | 55 | 0 | 61 | 13 | 164 | 101 | 103 |
| Binary | 1111100 | 11100010 | 1110100 | 101101 | 0 | 110001 | 1011 | 1110100 | 1000001 | 1000011 |
Color Harmonies of #7CE274
Complementary color
Monochromatic Colors of #7CE274
Black with #7CE274
Text Example
Text Example
White with #7CE274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE274; }
p { color: rgb(124,226,116); }
H1.HeaderClassName
{
color: #7CE274;
}
.AnyTagClassName
{
color: #7CE274;
}
</style>
background-color css
<style>
a { background-color: #7CE274; }
a { background-color: rgb(124,226,116); }
div.DivClassName
{
background-color: #7CE274;
}
.BgClassName
{
background-color: #7CE274;
}
</style>
border-color css
<style>
span { border-color: #7CE274; }
span { border-color: rgb(124,226,116); }
td.TdClassName
{
border-color: #7CE274;
}
.TagClassName
{
border-color: #7CE274;
}
</style>