Shades of Pastel Green #7CDD81
Tints of Pastel Green #7CDD81
RGB
CMYK
RGB Variations
Color information
#7CDD81 (or 0x7CDD81) is known color: Pastel Green. HEX triplet: 7C, DD and 81. RGB value is (124,221,129). Sum of RGB (Red+Green+Blue) = 124+221+129=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDD81 is #83227E. Grayscale: #B5B5B5. Windows color (decimal): -8594047 or 8510844. OLE color: 8510844.
HSL color Cylindrical-coordinate representation of color #7CDD81: hue angle of 123.09º 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 #7CDD81 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 129 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.13 |
| HSL | 123.09º | 0.59% | 0.68% | - |
| HSV(B) | 123.09º | 0.44% | 0.87% | - |
| XYZ | 38.13 | 57.58 | 29.87 | - |
| YUV | 181.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 129 | 0.44 | 0 | 0.42 | 0.13 | 123.09 | 0.59 | 0.68 |
| Hex | 7C | DD | 81 | 2C | 0 | 2A | D | 7B | 3B | 44 |
| Octal | 174 | 335 | 201 | 54 | 0 | 52 | 15 | 173 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10000001 | 101100 | 0 | 101010 | 1101 | 1111011 | 111011 | 1000100 |
Color Harmonies of #7CDD81
Complementary color
Monochromatic Colors of #7CDD81
Black with #7CDD81
Text Example
Text Example
White with #7CDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD81; }
p { color: rgb(124,221,129); }
H1.HeaderClassName
{
color: #7CDD81;
}
.AnyTagClassName
{
color: #7CDD81;
}
</style>
background-color css
<style>
a { background-color: #7CDD81; }
a { background-color: rgb(124,221,129); }
div.DivClassName
{
background-color: #7CDD81;
}
.BgClassName
{
background-color: #7CDD81;
}
</style>
border-color css
<style>
span { border-color: #7CDD81; }
span { border-color: rgb(124,221,129); }
td.TdClassName
{
border-color: #7CDD81;
}
.TagClassName
{
border-color: #7CDD81;
}
</style>