Shades of Pastel Green #7CEB6A
Tints of Pastel Green #7CEB6A
RGB
CMYK
RGB Variations
Color information
#7CEB6A (or 0x7CEB6A) is known color: Pastel Green. HEX triplet: 7C, EB and 6A. RGB value is (124,235,106). Sum of RGB (Red+Green+Blue) = 124+235+106=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEB6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEB6A is #831495. Grayscale: #BBBBBB. Windows color (decimal): -8590486 or 7007100. OLE color: 7007100.
HSL color Cylindrical-coordinate representation of color #7CEB6A: hue angle of 111.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CEB6A is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 106 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.08 |
| HSL | 111.63º | 0.76% | 0.67% | - |
| HSV(B) | 111.63º | 0.55% | 0.92% | - |
| XYZ | 40.62 | 64.74 | 23.99 | - |
| YUV | 187.11 | 82.23 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 106 | 0.47 | 0 | 0.55 | 0.08 | 111.63 | 0.76 | 0.67 |
| Hex | 7C | EB | 6A | 2F | 0 | 37 | 8 | 70 | 4C | 43 |
| Octal | 174 | 353 | 152 | 57 | 0 | 67 | 10 | 160 | 114 | 103 |
| Binary | 1111100 | 11101011 | 1101010 | 101111 | 0 | 110111 | 1000 | 1110000 | 1001100 | 1000011 |
Color Harmonies of #7CEB6A
Complementary color
Monochromatic Colors of #7CEB6A
Black with #7CEB6A
Text Example
Text Example
White with #7CEB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEB6A; }
p { color: rgb(124,235,106); }
H1.HeaderClassName
{
color: #7CEB6A;
}
.AnyTagClassName
{
color: #7CEB6A;
}
</style>
background-color css
<style>
a { background-color: #7CEB6A; }
a { background-color: rgb(124,235,106); }
div.DivClassName
{
background-color: #7CEB6A;
}
.BgClassName
{
background-color: #7CEB6A;
}
</style>
border-color css
<style>
span { border-color: #7CEB6A; }
span { border-color: rgb(124,235,106); }
td.TdClassName
{
border-color: #7CEB6A;
}
.TagClassName
{
border-color: #7CEB6A;
}
</style>