Shades of Pastel Green #7CDD85
Tints of Pastel Green #7CDD85
RGB
CMYK
RGB Variations
Color information
#7CDD85 (or 0x7CDD85) is known color: Pastel Green. HEX triplet: 7C, DD and 85. RGB value is (124,221,133). Sum of RGB (Red+Green+Blue) = 124+221+133=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD85 is #83227A. Grayscale: #B6B6B6. Windows color (decimal): -8594043 or 8772988. OLE color: 8772988.
HSL color Cylindrical-coordinate representation of color #7CDD85: hue angle of 125.57º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDD85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 133 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.13 |
| HSL | 125.57º | 0.59% | 0.68% | - |
| HSV(B) | 125.57º | 0.44% | 0.87% | - |
| XYZ | 38.4 | 57.69 | 31.3 | - |
| YUV | 181.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 133 | 0.44 | 0 | 0.40 | 0.13 | 125.57 | 0.59 | 0.68 |
| Hex | 7C | DD | 85 | 2C | 0 | 28 | D | 7E | 3B | 44 |
| Octal | 174 | 335 | 205 | 54 | 0 | 50 | 15 | 176 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10000101 | 101100 | 0 | 101000 | 1101 | 1111110 | 111011 | 1000100 |
Color Harmonies of #7CDD85
Complementary color
Monochromatic Colors of #7CDD85
Black with #7CDD85
Text Example
Text Example
White with #7CDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD85; }
p { color: rgb(124,221,133); }
H1.HeaderClassName
{
color: #7CDD85;
}
.AnyTagClassName
{
color: #7CDD85;
}
</style>
background-color css
<style>
a { background-color: #7CDD85; }
a { background-color: rgb(124,221,133); }
div.DivClassName
{
background-color: #7CDD85;
}
.BgClassName
{
background-color: #7CDD85;
}
</style>
border-color css
<style>
span { border-color: #7CDD85; }
span { border-color: rgb(124,221,133); }
td.TdClassName
{
border-color: #7CDD85;
}
.TagClassName
{
border-color: #7CDD85;
}
</style>