Shades of Pastel Green #7CDF7E
Tints of Pastel Green #7CDF7E
RGB
CMYK
RGB Variations
Color information
#7CDF7E (or 0x7CDF7E) is known color: Pastel Green. HEX triplet: 7C, DF and 7E. RGB value is (124,223,126). Sum of RGB (Red+Green+Blue) = 124+223+126=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF7E is #832081. Grayscale: #B6B6B6. Windows color (decimal): -8593538 or 8314748. OLE color: 8314748.
HSL color Cylindrical-coordinate representation of color #7CDF7E: hue angle of 121.21º 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 #7CDF7E is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 126 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.13 |
| HSL | 121.21º | 0.61% | 0.68% | - |
| HSV(B) | 121.21º | 0.44% | 0.87% | - |
| XYZ | 38.47 | 58.57 | 29.02 | - |
| YUV | 182.34 | 96.2 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 126 | 0.44 | 0 | 0.43 | 0.13 | 121.21 | 0.61 | 0.68 |
| Hex | 7C | DF | 7E | 2C | 0 | 2B | D | 79 | 3D | 44 |
| Octal | 174 | 337 | 176 | 54 | 0 | 53 | 15 | 171 | 75 | 104 |
| Binary | 1111100 | 11011111 | 1111110 | 101100 | 0 | 101011 | 1101 | 1111001 | 111101 | 1000100 |
Color Harmonies of #7CDF7E
Complementary color
Monochromatic Colors of #7CDF7E
Black with #7CDF7E
Text Example
Text Example
White with #7CDF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF7E; }
p { color: rgb(124,223,126); }
H1.HeaderClassName
{
color: #7CDF7E;
}
.AnyTagClassName
{
color: #7CDF7E;
}
</style>
background-color css
<style>
a { background-color: #7CDF7E; }
a { background-color: rgb(124,223,126); }
div.DivClassName
{
background-color: #7CDF7E;
}
.BgClassName
{
background-color: #7CDF7E;
}
</style>
border-color css
<style>
span { border-color: #7CDF7E; }
span { border-color: rgb(124,223,126); }
td.TdClassName
{
border-color: #7CDF7E;
}
.TagClassName
{
border-color: #7CDF7E;
}
</style>