Shades of Pastel Green #79F27A
Tints of Pastel Green #79F27A
RGB
CMYK
RGB Variations
Color information
#79F27A (or 0x79F27A) is known color: Pastel Green. HEX triplet: 79, F2 and 7A. RGB value is (121,242,122). Sum of RGB (Red+Green+Blue) = 121+242+122=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #79F27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #79F27A is #860D85. Grayscale: #C0C0C0. Windows color (decimal): -8785286 or 8057465. OLE color: 8057465.
HSL color Cylindrical-coordinate representation of color #79F27A: hue angle of 120.5º 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 #79F27A is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 242 | 122 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.05 |
| HSL | 120.5º | 0.82% | 0.71% | - |
| HSV(B) | 120.5º | 0.5% | 0.95% | - |
| XYZ | 43.15 | 68.97 | 29.45 | - |
| YUV | 192.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 242 | 122 | 0.50 | 0 | 0.50 | 0.05 | 120.5 | 0.82 | 0.71 |
| Hex | 79 | F2 | 7A | 32 | 0 | 32 | 5 | 78 | 52 | 47 |
| Octal | 171 | 362 | 172 | 62 | 0 | 62 | 5 | 170 | 122 | 107 |
| Binary | 1111001 | 11110010 | 1111010 | 110010 | 0 | 110010 | 101 | 1111000 | 1010010 | 1000111 |
Color Harmonies of #79F27A
Complementary color
Monochromatic Colors of #79F27A
Black with #79F27A
Text Example
Text Example
White with #79F27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79F27A; }
p { color: rgb(121,242,122); }
H1.HeaderClassName
{
color: #79F27A;
}
.AnyTagClassName
{
color: #79F27A;
}
</style>
background-color css
<style>
a { background-color: #79F27A; }
a { background-color: rgb(121,242,122); }
div.DivClassName
{
background-color: #79F27A;
}
.BgClassName
{
background-color: #79F27A;
}
</style>
border-color css
<style>
span { border-color: #79F27A; }
span { border-color: rgb(121,242,122); }
td.TdClassName
{
border-color: #79F27A;
}
.TagClassName
{
border-color: #79F27A;
}
</style>