Shades of Pastel Green #7CE06B
Tints of Pastel Green #7CE06B
RGB
CMYK
RGB Variations
Color information
#7CE06B (or 0x7CE06B) is known color: Pastel Green. HEX triplet: 7C, E0 and 6B. RGB value is (124,224,107). Sum of RGB (Red+Green+Blue) = 124+224+107=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE06B is #831F94. Grayscale: #B5B5B5. Windows color (decimal): -8593301 or 7069820. OLE color: 7069820.
HSL color Cylindrical-coordinate representation of color #7CE06B: hue angle of 111.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CE06B is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 107 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.12 |
| HSL | 111.28º | 0.65% | 0.65% | - |
| HSV(B) | 111.28º | 0.52% | 0.88% | - |
| XYZ | 37.62 | 58.66 | 23.25 | - |
| YUV | 180.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 107 | 0.45 | 0 | 0.52 | 0.12 | 111.28 | 0.65 | 0.65 |
| Hex | 7C | E0 | 6B | 2D | 0 | 34 | C | 6F | 41 | 41 |
| Octal | 174 | 340 | 153 | 55 | 0 | 64 | 14 | 157 | 101 | 101 |
| Binary | 1111100 | 11100000 | 1101011 | 101101 | 0 | 110100 | 1100 | 1101111 | 1000001 | 1000001 |
Color Harmonies of #7CE06B
Complementary color
Monochromatic Colors of #7CE06B
Black with #7CE06B
Text Example
Text Example
White with #7CE06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE06B; }
p { color: rgb(124,224,107); }
H1.HeaderClassName
{
color: #7CE06B;
}
.AnyTagClassName
{
color: #7CE06B;
}
</style>
background-color css
<style>
a { background-color: #7CE06B; }
a { background-color: rgb(124,224,107); }
div.DivClassName
{
background-color: #7CE06B;
}
.BgClassName
{
background-color: #7CE06B;
}
</style>
border-color css
<style>
span { border-color: #7CE06B; }
span { border-color: rgb(124,224,107); }
td.TdClassName
{
border-color: #7CE06B;
}
.TagClassName
{
border-color: #7CE06B;
}
</style>