Shades of Pastel Green #7CF270
Tints of Pastel Green #7CF270
RGB
CMYK
RGB Variations
Color information
#7CF270 (or 0x7CF270) is known color: Pastel Green. HEX triplet: 7C, F2 and 70. RGB value is (124,242,112). Sum of RGB (Red+Green+Blue) = 124+242+112=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF270 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF270 is #830D8F. Grayscale: #C0C0C0. Windows color (decimal): -8588688 or 7402108. OLE color: 7402108.
HSL color Cylindrical-coordinate representation of color #7CF270: hue angle of 114.46º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CF270 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 112 | - |
| CMYK | 0.49 | 0 | 0.54 | 0.05 |
| HSL | 114.46º | 0.83% | 0.69% | - |
| HSV(B) | 114.46º | 0.54% | 0.95% | - |
| XYZ | 42.99 | 68.96 | 26.37 | - |
| YUV | 191.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 112 | 0.49 | 0 | 0.54 | 0.05 | 114.46 | 0.83 | 0.69 |
| Hex | 7C | F2 | 70 | 31 | 0 | 36 | 5 | 72 | 53 | 45 |
| Octal | 174 | 362 | 160 | 61 | 0 | 66 | 5 | 162 | 123 | 105 |
| Binary | 1111100 | 11110010 | 1110000 | 110001 | 0 | 110110 | 101 | 1110010 | 1010011 | 1000101 |
Color Harmonies of #7CF270
Complementary color
Monochromatic Colors of #7CF270
Black with #7CF270
Text Example
Text Example
White with #7CF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF270; }
p { color: rgb(124,242,112); }
H1.HeaderClassName
{
color: #7CF270;
}
.AnyTagClassName
{
color: #7CF270;
}
</style>
background-color css
<style>
a { background-color: #7CF270; }
a { background-color: rgb(124,242,112); }
div.DivClassName
{
background-color: #7CF270;
}
.BgClassName
{
background-color: #7CF270;
}
</style>
border-color css
<style>
span { border-color: #7CF270; }
span { border-color: rgb(124,242,112); }
td.TdClassName
{
border-color: #7CF270;
}
.TagClassName
{
border-color: #7CF270;
}
</style>