Shades of Pastel Green #7AF77D
Tints of Pastel Green #7AF77D
RGB
CMYK
RGB Variations
Color information
#7AF77D (or 0x7AF77D) is known color: Pastel Green. HEX triplet: 7A, F7 and 7D. RGB value is (122,247,125). Sum of RGB (Red+Green+Blue) = 122+247+125=494 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.70% from 494); Green value is 247 (96.88% from 255 or 50% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF77D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF77D is #850882. Grayscale: #C4C4C4. Windows color (decimal): -8718467 or 8255354. OLE color: 8255354.
HSL color Cylindrical-coordinate representation of color #7AF77D: hue angle of 121.44º 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 #7AF77D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 125 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.03 |
| HSL | 121.44º | 0.89% | 0.72% | - |
| HSV(B) | 121.44º | 0.51% | 0.97% | - |
| XYZ | 44.99 | 72.14 | 30.96 | - |
| YUV | 195.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 125 | 0.51 | 0 | 0.49 | 0.03 | 121.44 | 0.89 | 0.72 |
| Hex | 7A | F7 | 7D | 33 | 0 | 31 | 3 | 79 | 59 | 48 |
| Octal | 172 | 367 | 175 | 63 | 0 | 61 | 3 | 171 | 131 | 110 |
| Binary | 1111010 | 11110111 | 1111101 | 110011 | 0 | 110001 | 11 | 1111001 | 1011001 | 1001000 |
Color Harmonies of #7AF77D
Complementary color
Monochromatic Colors of #7AF77D
Black with #7AF77D
Text Example
Text Example
White with #7AF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF77D; }
p { color: rgb(122,247,125); }
H1.HeaderClassName
{
color: #7AF77D;
}
.AnyTagClassName
{
color: #7AF77D;
}
</style>
background-color css
<style>
a { background-color: #7AF77D; }
a { background-color: rgb(122,247,125); }
div.DivClassName
{
background-color: #7AF77D;
}
.BgClassName
{
background-color: #7AF77D;
}
</style>
border-color css
<style>
span { border-color: #7AF77D; }
span { border-color: rgb(122,247,125); }
td.TdClassName
{
border-color: #7AF77D;
}
.TagClassName
{
border-color: #7AF77D;
}
</style>