Shades of Pastel Green #7CE085
Tints of Pastel Green #7CE085
RGB
CMYK
RGB Variations
Color information
#7CE085 (or 0x7CE085) is known color: Pastel Green. HEX triplet: 7C, E0 and 85. RGB value is (124,224,133). Sum of RGB (Red+Green+Blue) = 124+224+133=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE085 is #831F7A. Grayscale: #B7B7B7. Windows color (decimal): -8593275 or 8773756. OLE color: 8773756.
HSL color Cylindrical-coordinate representation of color #7CE085: hue angle of 125.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE085 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 133 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.12 |
| HSL | 125.4º | 0.62% | 0.68% | - |
| HSV(B) | 125.4º | 0.45% | 0.88% | - |
| XYZ | 39.2 | 59.29 | 31.57 | - |
| YUV | 183.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 133 | 0.45 | 0 | 0.41 | 0.12 | 125.4 | 0.62 | 0.68 |
| Hex | 7C | E0 | 85 | 2D | 0 | 29 | C | 7D | 3E | 44 |
| Octal | 174 | 340 | 205 | 55 | 0 | 51 | 14 | 175 | 76 | 104 |
| Binary | 1111100 | 11100000 | 10000101 | 101101 | 0 | 101001 | 1100 | 1111101 | 111110 | 1000100 |
Color Harmonies of #7CE085
Complementary color
Monochromatic Colors of #7CE085
Black with #7CE085
Text Example
Text Example
White with #7CE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE085; }
p { color: rgb(124,224,133); }
H1.HeaderClassName
{
color: #7CE085;
}
.AnyTagClassName
{
color: #7CE085;
}
</style>
background-color css
<style>
a { background-color: #7CE085; }
a { background-color: rgb(124,224,133); }
div.DivClassName
{
background-color: #7CE085;
}
.BgClassName
{
background-color: #7CE085;
}
</style>
border-color css
<style>
span { border-color: #7CE085; }
span { border-color: rgb(124,224,133); }
td.TdClassName
{
border-color: #7CE085;
}
.TagClassName
{
border-color: #7CE085;
}
</style>