Shades of Pastel Green #7AF478
Tints of Pastel Green #7AF478
RGB
CMYK
RGB Variations
Color information
#7AF478 (or 0x7AF478) is known color: Pastel Green. HEX triplet: 7A, F4 and 78. RGB value is (122,244,120). Sum of RGB (Red+Green+Blue) = 122+244+120=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF478 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF478 is #850B87. Grayscale: #C1C1C1. Windows color (decimal): -8719240 or 7926906. OLE color: 7926906.
HSL color Cylindrical-coordinate representation of color #7AF478: hue angle of 119.03º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF478 is Cyan = 0.5, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 120 | - |
| CMYK | 0.5 | 0 | 0.51 | 0.04 |
| HSL | 119.03º | 0.85% | 0.71% | - |
| HSV(B) | 119.03º | 0.51% | 0.96% | - |
| XYZ | 43.77 | 70.2 | 29.01 | - |
| YUV | 193.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 120 | 0.5 | 0 | 0.51 | 0.04 | 119.03 | 0.85 | 0.71 |
| Hex | 7A | F4 | 78 | 32 | 0 | 33 | 4 | 77 | 55 | 47 |
| Octal | 172 | 364 | 170 | 62 | 0 | 63 | 4 | 167 | 125 | 107 |
| Binary | 1111010 | 11110100 | 1111000 | 110010 | 0 | 110011 | 100 | 1110111 | 1010101 | 1000111 |
Color Harmonies of #7AF478
Complementary color
Monochromatic Colors of #7AF478
Black with #7AF478
Text Example
Text Example
White with #7AF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF478; }
p { color: rgb(122,244,120); }
H1.HeaderClassName
{
color: #7AF478;
}
.AnyTagClassName
{
color: #7AF478;
}
</style>
background-color css
<style>
a { background-color: #7AF478; }
a { background-color: rgb(122,244,120); }
div.DivClassName
{
background-color: #7AF478;
}
.BgClassName
{
background-color: #7AF478;
}
</style>
border-color css
<style>
span { border-color: #7AF478; }
span { border-color: rgb(122,244,120); }
td.TdClassName
{
border-color: #7AF478;
}
.TagClassName
{
border-color: #7AF478;
}
</style>