Shades of Pastel Green #7AF085
Tints of Pastel Green #7AF085
RGB
CMYK
RGB Variations
Color information
#7AF085 (or 0x7AF085) is known color: Pastel Green. HEX triplet: 7A, F0 and 85. RGB value is (122,240,133). Sum of RGB (Red+Green+Blue) = 122+240+133=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF085 is #850F7A. Grayscale: #C0C0C0. Windows color (decimal): -8720251 or 8777850. OLE color: 8777850.
HSL color Cylindrical-coordinate representation of color #7AF085: hue angle of 125.59º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF085 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 240 | 133 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.06 |
| HSL | 125.59º | 0.8% | 0.71% | - |
| HSV(B) | 125.59º | 0.49% | 0.94% | - |
| XYZ | 43.42 | 68.15 | 33.06 | - |
| YUV | 192.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 240 | 133 | 0.49 | 0 | 0.45 | 0.06 | 125.59 | 0.8 | 0.71 |
| Hex | 7A | F0 | 85 | 31 | 0 | 2D | 6 | 7E | 50 | 47 |
| Octal | 172 | 360 | 205 | 61 | 0 | 55 | 6 | 176 | 120 | 107 |
| Binary | 1111010 | 11110000 | 10000101 | 110001 | 0 | 101101 | 110 | 1111110 | 1010000 | 1000111 |
Color Harmonies of #7AF085
Complementary color
Monochromatic Colors of #7AF085
Black with #7AF085
Text Example
Text Example
White with #7AF085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF085; }
p { color: rgb(122,240,133); }
H1.HeaderClassName
{
color: #7AF085;
}
.AnyTagClassName
{
color: #7AF085;
}
</style>
background-color css
<style>
a { background-color: #7AF085; }
a { background-color: rgb(122,240,133); }
div.DivClassName
{
background-color: #7AF085;
}
.BgClassName
{
background-color: #7AF085;
}
</style>
border-color css
<style>
span { border-color: #7AF085; }
span { border-color: rgb(122,240,133); }
td.TdClassName
{
border-color: #7AF085;
}
.TagClassName
{
border-color: #7AF085;
}
</style>