Shades of Pastel Green #7AED75
Tints of Pastel Green #7AED75
RGB
CMYK
RGB Variations
Color information
#7AED75 (or 0x7AED75) is known color: Pastel Green. HEX triplet: 7A, ED and 75. RGB value is (122,237,117). Sum of RGB (Red+Green+Blue) = 122+237+117=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AED75 is #85128A. Grayscale: #BDBDBD. Windows color (decimal): -8721035 or 7728506. OLE color: 7728506.
HSL color Cylindrical-coordinate representation of color #7AED75: hue angle of 117.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AED75 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 237 | 117 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.07 |
| HSL | 117.5º | 0.77% | 0.69% | - |
| HSV(B) | 117.5º | 0.51% | 0.93% | - |
| XYZ | 41.52 | 65.99 | 27.38 | - |
| YUV | 188.94 | 87.4 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 237 | 117 | 0.49 | 0 | 0.51 | 0.07 | 117.5 | 0.77 | 0.69 |
| Hex | 7A | ED | 75 | 31 | 0 | 33 | 7 | 76 | 4D | 45 |
| Octal | 172 | 355 | 165 | 61 | 0 | 63 | 7 | 166 | 115 | 105 |
| Binary | 1111010 | 11101101 | 1110101 | 110001 | 0 | 110011 | 111 | 1110110 | 1001101 | 1000101 |
Color Harmonies of #7AED75
Complementary color
Monochromatic Colors of #7AED75
Black with #7AED75
Text Example
Text Example
White with #7AED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AED75; }
p { color: rgb(122,237,117); }
H1.HeaderClassName
{
color: #7AED75;
}
.AnyTagClassName
{
color: #7AED75;
}
</style>
background-color css
<style>
a { background-color: #7AED75; }
a { background-color: rgb(122,237,117); }
div.DivClassName
{
background-color: #7AED75;
}
.BgClassName
{
background-color: #7AED75;
}
</style>
border-color css
<style>
span { border-color: #7AED75; }
span { border-color: rgb(122,237,117); }
td.TdClassName
{
border-color: #7AED75;
}
.TagClassName
{
border-color: #7AED75;
}
</style>