Shades of Pastel Green #7CED7C
Tints of Pastel Green #7CED7C
RGB
CMYK
RGB Variations
Color information
#7CED7C (or 0x7CED7C) is known color: Pastel Green. HEX triplet: 7C, ED and 7C. RGB value is (124,237,124). Sum of RGB (Red+Green+Blue) = 124+237+124=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #7CED7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CED7C is #831283. Grayscale: #BEBEBE. Windows color (decimal): -8589956 or 8187260. OLE color: 8187260.
HSL color Cylindrical-coordinate representation of color #7CED7C: hue angle of 120º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CED7C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 124 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.07 |
| HSL | 120º | 0.76% | 0.71% | - |
| HSV(B) | 120º | 0.48% | 0.93% | - |
| XYZ | 42.23 | 66.31 | 29.64 | - |
| YUV | 190.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 124 | 0.48 | 0 | 0.48 | 0.07 | 120 | 0.76 | 0.71 |
| Hex | 7C | ED | 7C | 30 | 0 | 30 | 7 | 78 | 4C | 47 |
| Octal | 174 | 355 | 174 | 60 | 0 | 60 | 7 | 170 | 114 | 107 |
| Binary | 1111100 | 11101101 | 1111100 | 110000 | 0 | 110000 | 111 | 1111000 | 1001100 | 1000111 |
Color Harmonies of #7CED7C
Complementary color
Monochromatic Colors of #7CED7C
Black with #7CED7C
Text Example
Text Example
White with #7CED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CED7C; }
p { color: rgb(124,237,124); }
H1.HeaderClassName
{
color: #7CED7C;
}
.AnyTagClassName
{
color: #7CED7C;
}
</style>
background-color css
<style>
a { background-color: #7CED7C; }
a { background-color: rgb(124,237,124); }
div.DivClassName
{
background-color: #7CED7C;
}
.BgClassName
{
background-color: #7CED7C;
}
</style>
border-color css
<style>
span { border-color: #7CED7C; }
span { border-color: rgb(124,237,124); }
td.TdClassName
{
border-color: #7CED7C;
}
.TagClassName
{
border-color: #7CED7C;
}
</style>