Shades of Pastel Green #7CF574
Tints of Pastel Green #7CF574
RGB
CMYK
RGB Variations
Color information
#7CF574 (or 0x7CF574) is known color: Pastel Green. HEX triplet: 7C, F5 and 74. RGB value is (124,245,116). Sum of RGB (Red+Green+Blue) = 124+245+116=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF574 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF574 is #830A8B. Grayscale: #C2C2C2. Windows color (decimal): -8587916 or 7665020. OLE color: 7665020.
HSL color Cylindrical-coordinate representation of color #7CF574: hue angle of 116.28º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7CF574 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 116 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.04 |
| HSL | 116.28º | 0.87% | 0.71% | - |
| HSV(B) | 116.28º | 0.53% | 0.96% | - |
| XYZ | 44.12 | 70.85 | 27.87 | - |
| YUV | 194.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 116 | 0.49 | 0 | 0.53 | 0.04 | 116.28 | 0.87 | 0.71 |
| Hex | 7C | F5 | 74 | 31 | 0 | 35 | 4 | 74 | 57 | 47 |
| Octal | 174 | 365 | 164 | 61 | 0 | 65 | 4 | 164 | 127 | 107 |
| Binary | 1111100 | 11110101 | 1110100 | 110001 | 0 | 110101 | 100 | 1110100 | 1010111 | 1000111 |
Color Harmonies of #7CF574
Complementary color
Monochromatic Colors of #7CF574
Black with #7CF574
Text Example
Text Example
White with #7CF574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF574; }
p { color: rgb(124,245,116); }
H1.HeaderClassName
{
color: #7CF574;
}
.AnyTagClassName
{
color: #7CF574;
}
</style>
background-color css
<style>
a { background-color: #7CF574; }
a { background-color: rgb(124,245,116); }
div.DivClassName
{
background-color: #7CF574;
}
.BgClassName
{
background-color: #7CF574;
}
</style>
border-color css
<style>
span { border-color: #7CF574; }
span { border-color: rgb(124,245,116); }
td.TdClassName
{
border-color: #7CF574;
}
.TagClassName
{
border-color: #7CF574;
}
</style>