Shades of Pastel Green #7AF77F
Tints of Pastel Green #7AF77F
RGB
CMYK
RGB Variations
Color information
#7AF77F (or 0x7AF77F) is known color: Pastel Green. HEX triplet: 7A, F7 and 7F. RGB value is (122,247,127). Sum of RGB (Red+Green+Blue) = 122+247+127=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF77F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF77F is #850880. Grayscale: #C4C4C4. Windows color (decimal): -8718465 or 8386426. OLE color: 8386426.
HSL color Cylindrical-coordinate representation of color #7AF77F: hue angle of 122.4º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF77F is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 127 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.03 |
| HSL | 122.4º | 0.89% | 0.72% | - |
| HSV(B) | 122.4º | 0.51% | 0.97% | - |
| XYZ | 45.12 | 72.19 | 31.64 | - |
| YUV | 195.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 127 | 0.51 | 0 | 0.49 | 0.03 | 122.4 | 0.89 | 0.72 |
| Hex | 7A | F7 | 7F | 33 | 0 | 31 | 3 | 7A | 59 | 48 |
| Octal | 172 | 367 | 177 | 63 | 0 | 61 | 3 | 172 | 131 | 110 |
| Binary | 1111010 | 11110111 | 1111111 | 110011 | 0 | 110001 | 11 | 1111010 | 1011001 | 1001000 |
Color Harmonies of #7AF77F
Complementary color
Monochromatic Colors of #7AF77F
Black with #7AF77F
Text Example
Text Example
White with #7AF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF77F; }
p { color: rgb(122,247,127); }
H1.HeaderClassName
{
color: #7AF77F;
}
.AnyTagClassName
{
color: #7AF77F;
}
</style>
background-color css
<style>
a { background-color: #7AF77F; }
a { background-color: rgb(122,247,127); }
div.DivClassName
{
background-color: #7AF77F;
}
.BgClassName
{
background-color: #7AF77F;
}
</style>
border-color css
<style>
span { border-color: #7AF77F; }
span { border-color: rgb(122,247,127); }
td.TdClassName
{
border-color: #7AF77F;
}
.TagClassName
{
border-color: #7AF77F;
}
</style>