Shades of Pastel Green #7CED7D
Tints of Pastel Green #7CED7D
RGB
CMYK
RGB Variations
Color information
#7CED7D (or 0x7CED7D) is known color: Pastel Green. HEX triplet: 7C, ED and 7D. RGB value is (124,237,125). Sum of RGB (Red+Green+Blue) = 124+237+125=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #7CED7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CED7D is #831282. Grayscale: #BEBEBE. Windows color (decimal): -8589955 or 8252796. OLE color: 8252796.
HSL color Cylindrical-coordinate representation of color #7CED7D: hue angle of 120.53º 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 #7CED7D is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 237 | 125 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.07 |
| HSL | 120.53º | 0.76% | 0.71% | - |
| HSV(B) | 120.53º | 0.48% | 0.93% | - |
| XYZ | 42.3 | 66.33 | 29.98 | - |
| YUV | 190.45 | 91.06 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 237 | 125 | 0.48 | 0 | 0.47 | 0.07 | 120.53 | 0.76 | 0.71 |
| Hex | 7C | ED | 7D | 30 | 0 | 2F | 7 | 79 | 4C | 47 |
| Octal | 174 | 355 | 175 | 60 | 0 | 57 | 7 | 171 | 114 | 107 |
| Binary | 1111100 | 11101101 | 1111101 | 110000 | 0 | 101111 | 111 | 1111001 | 1001100 | 1000111 |
Color Harmonies of #7CED7D
Complementary color
Monochromatic Colors of #7CED7D
Black with #7CED7D
Text Example
Text Example
White with #7CED7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CED7D; }
p { color: rgb(124,237,125); }
H1.HeaderClassName
{
color: #7CED7D;
}
.AnyTagClassName
{
color: #7CED7D;
}
</style>
background-color css
<style>
a { background-color: #7CED7D; }
a { background-color: rgb(124,237,125); }
div.DivClassName
{
background-color: #7CED7D;
}
.BgClassName
{
background-color: #7CED7D;
}
</style>
border-color css
<style>
span { border-color: #7CED7D; }
span { border-color: rgb(124,237,125); }
td.TdClassName
{
border-color: #7CED7D;
}
.TagClassName
{
border-color: #7CED7D;
}
</style>