Shades of Pastel Green #7CDC85
Tints of Pastel Green #7CDC85
RGB
CMYK
RGB Variations
Color information
#7CDC85 (or 0x7CDC85) is known color: Pastel Green. HEX triplet: 7C, DC and 85. RGB value is (124,220,133). Sum of RGB (Red+Green+Blue) = 124+220+133=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC85 is #83237A. Grayscale: #B5B5B5. Windows color (decimal): -8594299 or 8772732. OLE color: 8772732.
HSL color Cylindrical-coordinate representation of color #7CDC85: hue angle of 125.62º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDC85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 133 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.14 |
| HSL | 125.63º | 0.58% | 0.67% | - |
| HSV(B) | 125.63º | 0.44% | 0.86% | - |
| XYZ | 38.14 | 57.16 | 31.21 | - |
| YUV | 181.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 133 | 0.44 | 0 | 0.40 | 0.14 | 125.63 | 0.58 | 0.67 |
| Hex | 7C | DC | 85 | 2C | 0 | 28 | E | 7E | 3A | 43 |
| Octal | 174 | 334 | 205 | 54 | 0 | 50 | 16 | 176 | 72 | 103 |
| Binary | 1111100 | 11011100 | 10000101 | 101100 | 0 | 101000 | 1110 | 1111110 | 111010 | 1000011 |
Color Harmonies of #7CDC85
Complementary color
Monochromatic Colors of #7CDC85
Black with #7CDC85
Text Example
Text Example
White with #7CDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDC85; }
p { color: rgb(124,220,133); }
H1.HeaderClassName
{
color: #7CDC85;
}
.AnyTagClassName
{
color: #7CDC85;
}
</style>
background-color css
<style>
a { background-color: #7CDC85; }
a { background-color: rgb(124,220,133); }
div.DivClassName
{
background-color: #7CDC85;
}
.BgClassName
{
background-color: #7CDC85;
}
</style>
border-color css
<style>
span { border-color: #7CDC85; }
span { border-color: rgb(124,220,133); }
td.TdClassName
{
border-color: #7CDC85;
}
.TagClassName
{
border-color: #7CDC85;
}
</style>