Shades of Pastel Green #7CE66A
Tints of Pastel Green #7CE66A
RGB
CMYK
RGB Variations
Color information
#7CE66A (or 0x7CE66A) is known color: Pastel Green. HEX triplet: 7C, E6 and 6A. RGB value is (124,230,106). Sum of RGB (Red+Green+Blue) = 124+230+106=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE66A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CE66A is #831995. Grayscale: #B8B8B8. Windows color (decimal): -8591766 or 7005820. OLE color: 7005820.
HSL color Cylindrical-coordinate representation of color #7CE66A: hue angle of 111.29º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CE66A is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 106 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.10 |
| HSL | 111.29º | 0.71% | 0.66% | - |
| HSV(B) | 111.29º | 0.54% | 0.9% | - |
| XYZ | 39.21 | 61.92 | 23.52 | - |
| YUV | 184.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 106 | 0.46 | 0 | 0.54 | 0.10 | 111.29 | 0.71 | 0.66 |
| Hex | 7C | E6 | 6A | 2E | 0 | 36 | A | 6F | 47 | 42 |
| Octal | 174 | 346 | 152 | 56 | 0 | 66 | 12 | 157 | 107 | 102 |
| Binary | 1111100 | 11100110 | 1101010 | 101110 | 0 | 110110 | 1010 | 1101111 | 1000111 | 1000010 |
Color Harmonies of #7CE66A
Complementary color
Monochromatic Colors of #7CE66A
Black with #7CE66A
Text Example
Text Example
White with #7CE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE66A; }
p { color: rgb(124,230,106); }
H1.HeaderClassName
{
color: #7CE66A;
}
.AnyTagClassName
{
color: #7CE66A;
}
</style>
background-color css
<style>
a { background-color: #7CE66A; }
a { background-color: rgb(124,230,106); }
div.DivClassName
{
background-color: #7CE66A;
}
.BgClassName
{
background-color: #7CE66A;
}
</style>
border-color css
<style>
span { border-color: #7CE66A; }
span { border-color: rgb(124,230,106); }
td.TdClassName
{
border-color: #7CE66A;
}
.TagClassName
{
border-color: #7CE66A;
}
</style>