Shades of Pastel Green #7CF575
Tints of Pastel Green #7CF575
RGB
CMYK
RGB Variations
Color information
#7CF575 (or 0x7CF575) is known color: Pastel Green. HEX triplet: 7C, F5 and 75. RGB value is (124,245,117). Sum of RGB (Red+Green+Blue) = 124+245+117=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 245 (96.09% from 255 or 50.41% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 245 - color contains mainly: green. Hex color #7CF575 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF575 is #830A8A. Grayscale: #C2C2C2. Windows color (decimal): -8587915 or 7730556. OLE color: 7730556.
HSL color Cylindrical-coordinate representation of color #7CF575: hue angle of 116.72º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7CF575 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 245 | 117 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.04 |
| HSL | 116.72º | 0.86% | 0.71% | - |
| HSV(B) | 116.72º | 0.52% | 0.96% | - |
| XYZ | 44.18 | 70.87 | 28.18 | - |
| YUV | 194.23 | 84.41 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 245 | 117 | 0.49 | 0 | 0.52 | 0.04 | 116.72 | 0.86 | 0.71 |
| Hex | 7C | F5 | 75 | 31 | 0 | 34 | 4 | 75 | 56 | 47 |
| Octal | 174 | 365 | 165 | 61 | 0 | 64 | 4 | 165 | 126 | 107 |
| Binary | 1111100 | 11110101 | 1110101 | 110001 | 0 | 110100 | 100 | 1110101 | 1010110 | 1000111 |
Color Harmonies of #7CF575
Complementary color
Monochromatic Colors of #7CF575
Black with #7CF575
Text Example
Text Example
White with #7CF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF575; }
p { color: rgb(124,245,117); }
H1.HeaderClassName
{
color: #7CF575;
}
.AnyTagClassName
{
color: #7CF575;
}
</style>
background-color css
<style>
a { background-color: #7CF575; }
a { background-color: rgb(124,245,117); }
div.DivClassName
{
background-color: #7CF575;
}
.BgClassName
{
background-color: #7CF575;
}
</style>
border-color css
<style>
span { border-color: #7CF575; }
span { border-color: rgb(124,245,117); }
td.TdClassName
{
border-color: #7CF575;
}
.TagClassName
{
border-color: #7CF575;
}
</style>