Shades of Pastel Green #7CFA7D
Tints of Pastel Green #7CFA7D
RGB
CMYK
RGB Variations
Color information
#7CFA7D (or 0x7CFA7D) is known color: Pastel Green. HEX triplet: 7C, FA and 7D. RGB value is (124,250,125). Sum of RGB (Red+Green+Blue) = 124+250+125=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #7CFA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CFA7D is #830582. Grayscale: #C6C6C6. Windows color (decimal): -8586627 or 8256124. OLE color: 8256124.
HSL color Cylindrical-coordinate representation of color #7CFA7D: hue angle of 120.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CFA7D is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 250 | 125 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.02 |
| HSL | 120.48º | 0.93% | 0.73% | - |
| HSV(B) | 120.48º | 0.5% | 0.98% | - |
| XYZ | 46.2 | 74.14 | 31.28 | - |
| YUV | 198.08 | 86.76 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 250 | 125 | 0.50 | 0 | 0.50 | 0.02 | 120.48 | 0.93 | 0.73 |
| Hex | 7C | FA | 7D | 32 | 0 | 32 | 2 | 78 | 5D | 49 |
| Octal | 174 | 372 | 175 | 62 | 0 | 62 | 2 | 170 | 135 | 111 |
| Binary | 1111100 | 11111010 | 1111101 | 110010 | 0 | 110010 | 10 | 1111000 | 1011101 | 1001001 |
Color Harmonies of #7CFA7D
Complementary color
Monochromatic Colors of #7CFA7D
Black with #7CFA7D
Text Example
Text Example
White with #7CFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFA7D; }
p { color: rgb(124,250,125); }
H1.HeaderClassName
{
color: #7CFA7D;
}
.AnyTagClassName
{
color: #7CFA7D;
}
</style>
background-color css
<style>
a { background-color: #7CFA7D; }
a { background-color: rgb(124,250,125); }
div.DivClassName
{
background-color: #7CFA7D;
}
.BgClassName
{
background-color: #7CFA7D;
}
</style>
border-color css
<style>
span { border-color: #7CFA7D; }
span { border-color: rgb(124,250,125); }
td.TdClassName
{
border-color: #7CFA7D;
}
.TagClassName
{
border-color: #7CFA7D;
}
</style>