Shades of Pastel Green #7CE069
Tints of Pastel Green #7CE069
RGB
CMYK
RGB Variations
Color information
#7CE069 (or 0x7CE069) is known color: Pastel Green. HEX triplet: 7C, E0 and 69. RGB value is (124,224,105). Sum of RGB (Red+Green+Blue) = 124+224+105=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE069 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE069 is #831F96. Grayscale: #B4B4B4. Windows color (decimal): -8593303 or 6938748. OLE color: 6938748.
HSL color Cylindrical-coordinate representation of color #7CE069: hue angle of 110.42º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CE069 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 105 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.12 |
| HSL | 110.42º | 0.66% | 0.65% | - |
| HSV(B) | 110.42º | 0.53% | 0.88% | - |
| XYZ | 37.52 | 58.62 | 22.7 | - |
| YUV | 180.53 | 85.37 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 105 | 0.45 | 0 | 0.53 | 0.12 | 110.42 | 0.66 | 0.65 |
| Hex | 7C | E0 | 69 | 2D | 0 | 35 | C | 6E | 42 | 41 |
| Octal | 174 | 340 | 151 | 55 | 0 | 65 | 14 | 156 | 102 | 101 |
| Binary | 1111100 | 11100000 | 1101001 | 101101 | 0 | 110101 | 1100 | 1101110 | 1000010 | 1000001 |
Color Harmonies of #7CE069
Complementary color
Monochromatic Colors of #7CE069
Black with #7CE069
Text Example
Text Example
White with #7CE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE069; }
p { color: rgb(124,224,105); }
H1.HeaderClassName
{
color: #7CE069;
}
.AnyTagClassName
{
color: #7CE069;
}
</style>
background-color css
<style>
a { background-color: #7CE069; }
a { background-color: rgb(124,224,105); }
div.DivClassName
{
background-color: #7CE069;
}
.BgClassName
{
background-color: #7CE069;
}
</style>
border-color css
<style>
span { border-color: #7CE069; }
span { border-color: rgb(124,224,105); }
td.TdClassName
{
border-color: #7CE069;
}
.TagClassName
{
border-color: #7CE069;
}
</style>