Shades of Pastel Green #7CDF7D
Tints of Pastel Green #7CDF7D
RGB
CMYK
RGB Variations
Color information
#7CDF7D (or 0x7CDF7D) is known color: Pastel Green. HEX triplet: 7C, DF and 7D. RGB value is (124,223,125). Sum of RGB (Red+Green+Blue) = 124+223+125=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF7D is #832082. Grayscale: #B6B6B6. Windows color (decimal): -8593539 or 8249212. OLE color: 8249212.
HSL color Cylindrical-coordinate representation of color #7CDF7D: hue angle of 120.61º degrees, saturation: 0.61, 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 #7CDF7D is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 125 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.13 |
| HSL | 120.61º | 0.61% | 0.68% | - |
| HSV(B) | 120.61º | 0.44% | 0.87% | - |
| XYZ | 38.4 | 58.54 | 28.68 | - |
| YUV | 182.23 | 95.7 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 125 | 0.44 | 0 | 0.44 | 0.13 | 120.61 | 0.61 | 0.68 |
| Hex | 7C | DF | 7D | 2C | 0 | 2C | D | 79 | 3D | 44 |
| Octal | 174 | 337 | 175 | 54 | 0 | 54 | 15 | 171 | 75 | 104 |
| Binary | 1111100 | 11011111 | 1111101 | 101100 | 0 | 101100 | 1101 | 1111001 | 111101 | 1000100 |
Color Harmonies of #7CDF7D
Complementary color
Monochromatic Colors of #7CDF7D
Black with #7CDF7D
Text Example
Text Example
White with #7CDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF7D; }
p { color: rgb(124,223,125); }
H1.HeaderClassName
{
color: #7CDF7D;
}
.AnyTagClassName
{
color: #7CDF7D;
}
</style>
background-color css
<style>
a { background-color: #7CDF7D; }
a { background-color: rgb(124,223,125); }
div.DivClassName
{
background-color: #7CDF7D;
}
.BgClassName
{
background-color: #7CDF7D;
}
</style>
border-color css
<style>
span { border-color: #7CDF7D; }
span { border-color: rgb(124,223,125); }
td.TdClassName
{
border-color: #7CDF7D;
}
.TagClassName
{
border-color: #7CDF7D;
}
</style>