Shades of Pastel Green #7CF27A
Tints of Pastel Green #7CF27A
RGB
CMYK
RGB Variations
Color information
#7CF27A (or 0x7CF27A) is known color: Pastel Green. HEX triplet: 7C, F2 and 7A. RGB value is (124,242,122). Sum of RGB (Red+Green+Blue) = 124+242+122=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF27A is #830D85. Grayscale: #C1C1C1. Windows color (decimal): -8588678 or 8057468. OLE color: 8057468.
HSL color Cylindrical-coordinate representation of color #7CF27A: hue angle of 119º 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 #7CF27A is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 122 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.05 |
| HSL | 119º | 0.82% | 0.71% | - |
| HSV(B) | 119º | 0.5% | 0.95% | - |
| XYZ | 43.58 | 69.19 | 29.47 | - |
| YUV | 193.04 | 87.91 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 122 | 0.49 | 0 | 0.50 | 0.05 | 119 | 0.82 | 0.71 |
| Hex | 7C | F2 | 7A | 31 | 0 | 32 | 5 | 77 | 52 | 47 |
| Octal | 174 | 362 | 172 | 61 | 0 | 62 | 5 | 167 | 122 | 107 |
| Binary | 1111100 | 11110010 | 1111010 | 110001 | 0 | 110010 | 101 | 1110111 | 1010010 | 1000111 |
Color Harmonies of #7CF27A
Complementary color
Monochromatic Colors of #7CF27A
Black with #7CF27A
Text Example
Text Example
White with #7CF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF27A; }
p { color: rgb(124,242,122); }
H1.HeaderClassName
{
color: #7CF27A;
}
.AnyTagClassName
{
color: #7CF27A;
}
</style>
background-color css
<style>
a { background-color: #7CF27A; }
a { background-color: rgb(124,242,122); }
div.DivClassName
{
background-color: #7CF27A;
}
.BgClassName
{
background-color: #7CF27A;
}
</style>
border-color css
<style>
span { border-color: #7CF27A; }
span { border-color: rgb(124,242,122); }
td.TdClassName
{
border-color: #7CF27A;
}
.TagClassName
{
border-color: #7CF27A;
}
</style>