Shades of Pastel Green #7CF278
Tints of Pastel Green #7CF278
RGB
CMYK
RGB Variations
Color information
#7CF278 (or 0x7CF278) is known color: Pastel Green. HEX triplet: 7C, F2 and 78. RGB value is (124,242,120). Sum of RGB (Red+Green+Blue) = 124+242+120=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF278 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF278 is #830D87. Grayscale: #C1C1C1. Windows color (decimal): -8588680 or 7926396. OLE color: 7926396.
HSL color Cylindrical-coordinate representation of color #7CF278: hue angle of 118.03º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF278 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 120 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.05 |
| HSL | 118.03º | 0.82% | 0.71% | - |
| HSV(B) | 118.03º | 0.5% | 0.95% | - |
| XYZ | 43.45 | 69.15 | 28.83 | - |
| YUV | 192.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 120 | 0.49 | 0 | 0.50 | 0.05 | 118.03 | 0.82 | 0.71 |
| Hex | 7C | F2 | 78 | 31 | 0 | 32 | 5 | 76 | 52 | 47 |
| Octal | 174 | 362 | 170 | 61 | 0 | 62 | 5 | 166 | 122 | 107 |
| Binary | 1111100 | 11110010 | 1111000 | 110001 | 0 | 110010 | 101 | 1110110 | 1010010 | 1000111 |
Color Harmonies of #7CF278
Complementary color
Monochromatic Colors of #7CF278
Black with #7CF278
Text Example
Text Example
White with #7CF278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF278; }
p { color: rgb(124,242,120); }
H1.HeaderClassName
{
color: #7CF278;
}
.AnyTagClassName
{
color: #7CF278;
}
</style>
background-color css
<style>
a { background-color: #7CF278; }
a { background-color: rgb(124,242,120); }
div.DivClassName
{
background-color: #7CF278;
}
.BgClassName
{
background-color: #7CF278;
}
</style>
border-color css
<style>
span { border-color: #7CF278; }
span { border-color: rgb(124,242,120); }
td.TdClassName
{
border-color: #7CF278;
}
.TagClassName
{
border-color: #7CF278;
}
</style>