Shades of Pastel Green #7CF075
Tints of Pastel Green #7CF075
RGB
CMYK
RGB Variations
Color information
#7CF075 (or 0x7CF075) is known color: Pastel Green. HEX triplet: 7C, F0 and 75. RGB value is (124,240,117). Sum of RGB (Red+Green+Blue) = 124+240+117=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF075 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF075 is #830F8A. Grayscale: #BFBFBF. Windows color (decimal): -8589195 or 7729276. OLE color: 7729276.
HSL color Cylindrical-coordinate representation of color #7CF075: hue angle of 116.59º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CF075 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 240 | 117 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.06 |
| HSL | 116.59º | 0.8% | 0.7% | - |
| HSV(B) | 116.59º | 0.51% | 0.94% | - |
| XYZ | 42.68 | 67.89 | 27.68 | - |
| YUV | 191.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 240 | 117 | 0.48 | 0 | 0.51 | 0.06 | 116.59 | 0.8 | 0.7 |
| Hex | 7C | F0 | 75 | 30 | 0 | 33 | 6 | 75 | 50 | 46 |
| Octal | 174 | 360 | 165 | 60 | 0 | 63 | 6 | 165 | 120 | 106 |
| Binary | 1111100 | 11110000 | 1110101 | 110000 | 0 | 110011 | 110 | 1110101 | 1010000 | 1000110 |
Color Harmonies of #7CF075
Complementary color
Monochromatic Colors of #7CF075
Black with #7CF075
Text Example
Text Example
White with #7CF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF075; }
p { color: rgb(124,240,117); }
H1.HeaderClassName
{
color: #7CF075;
}
.AnyTagClassName
{
color: #7CF075;
}
</style>
background-color css
<style>
a { background-color: #7CF075; }
a { background-color: rgb(124,240,117); }
div.DivClassName
{
background-color: #7CF075;
}
.BgClassName
{
background-color: #7CF075;
}
</style>
border-color css
<style>
span { border-color: #7CF075; }
span { border-color: rgb(124,240,117); }
td.TdClassName
{
border-color: #7CF075;
}
.TagClassName
{
border-color: #7CF075;
}
</style>