Shades of Pastel Green #7CE585
Tints of Pastel Green #7CE585
RGB
CMYK
RGB Variations
Color information
#7CE585 (or 0x7CE585) is known color: Pastel Green. HEX triplet: 7C, E5 and 85. RGB value is (124,229,133). Sum of RGB (Red+Green+Blue) = 124+229+133=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 229 (89.84% from 255 or 47.12% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE585 is #831A7A. Grayscale: #BABABA. Windows color (decimal): -8591995 or 8775036. OLE color: 8775036.
HSL color Cylindrical-coordinate representation of color #7CE585: hue angle of 125.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE585 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 229 | 133 | - |
| CMYK | 0.46 | 0 | 0.42 | 0.10 |
| HSL | 125.14º | 0.67% | 0.69% | - |
| HSV(B) | 125.14º | 0.46% | 0.9% | - |
| XYZ | 40.57 | 62.02 | 32.02 | - |
| YUV | 186.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 133 | 0.46 | 0 | 0.42 | 0.10 | 125.14 | 0.67 | 0.69 |
| Hex | 7C | E5 | 85 | 2E | 0 | 2A | A | 7D | 43 | 45 |
| Octal | 174 | 345 | 205 | 56 | 0 | 52 | 12 | 175 | 103 | 105 |
| Binary | 1111100 | 11100101 | 10000101 | 101110 | 0 | 101010 | 1010 | 1111101 | 1000011 | 1000101 |
Color Harmonies of #7CE585
Complementary color
Monochromatic Colors of #7CE585
Black with #7CE585
Text Example
Text Example
White with #7CE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE585; }
p { color: rgb(124,229,133); }
H1.HeaderClassName
{
color: #7CE585;
}
.AnyTagClassName
{
color: #7CE585;
}
</style>
background-color css
<style>
a { background-color: #7CE585; }
a { background-color: rgb(124,229,133); }
div.DivClassName
{
background-color: #7CE585;
}
.BgClassName
{
background-color: #7CE585;
}
</style>
border-color css
<style>
span { border-color: #7CE585; }
span { border-color: rgb(124,229,133); }
td.TdClassName
{
border-color: #7CE585;
}
.TagClassName
{
border-color: #7CE585;
}
</style>