Shades of Pastel Green #7AF57B
Tints of Pastel Green #7AF57B
RGB
CMYK
RGB Variations
Color information
#7AF57B (or 0x7AF57B) is known color: Pastel Green. HEX triplet: 7A, F5 and 7B. RGB value is (122,245,123). Sum of RGB (Red+Green+Blue) = 122+245+123=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF57B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF57B is #850A84. Grayscale: #C2C2C2. Windows color (decimal): -8718981 or 8123770. OLE color: 8123770.
HSL color Cylindrical-coordinate representation of color #7AF57B: hue angle of 120.49º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF57B is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 123 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.04 |
| HSL | 120.49º | 0.86% | 0.72% | - |
| HSV(B) | 120.49º | 0.5% | 0.96% | - |
| XYZ | 44.25 | 70.87 | 30.09 | - |
| YUV | 194.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 123 | 0.50 | 0 | 0.50 | 0.04 | 120.49 | 0.86 | 0.72 |
| Hex | 7A | F5 | 7B | 32 | 0 | 32 | 4 | 78 | 56 | 48 |
| Octal | 172 | 365 | 173 | 62 | 0 | 62 | 4 | 170 | 126 | 110 |
| Binary | 1111010 | 11110101 | 1111011 | 110010 | 0 | 110010 | 100 | 1111000 | 1010110 | 1001000 |
Color Harmonies of #7AF57B
Complementary color
Monochromatic Colors of #7AF57B
Black with #7AF57B
Text Example
Text Example
White with #7AF57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF57B; }
p { color: rgb(122,245,123); }
H1.HeaderClassName
{
color: #7AF57B;
}
.AnyTagClassName
{
color: #7AF57B;
}
</style>
background-color css
<style>
a { background-color: #7AF57B; }
a { background-color: rgb(122,245,123); }
div.DivClassName
{
background-color: #7AF57B;
}
.BgClassName
{
background-color: #7AF57B;
}
</style>
border-color css
<style>
span { border-color: #7AF57B; }
span { border-color: rgb(122,245,123); }
td.TdClassName
{
border-color: #7AF57B;
}
.TagClassName
{
border-color: #7AF57B;
}
</style>