Shades of Light Green #7AFE85
Tints of Light Green #7AFE85
RGB
CMYK
RGB Variations
Color information
#7AFE85 (or 0x7AFE85) is known color: Light Green. HEX triplet: 7A, FE and 85. RGB value is (122,254,133). Sum of RGB (Red+Green+Blue) = 122+254+133=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #7AFE85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFE85 is #85017A. Grayscale: #C9C9C9. Windows color (decimal): -8716667 or 8781434. OLE color: 8781434.
HSL color Cylindrical-coordinate representation of color #7AFE85: hue angle of 125º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFE85 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 122 | 254 | 133 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.00 |
| HSL | 125º | 0.99% | 0.74% | - |
| HSV(B) | 125º | 0.52% | 1% | - |
| XYZ | 47.7 | 76.71 | 34.48 | - |
| YUV | 200.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 254 | 133 | 0.52 | 0 | 0.48 | 0.00 | 125 | 0.99 | 0.74 |
| Hex | 7A | FE | 85 | 34 | 0 | 30 | 0 | 7D | 63 | 4A |
| Octal | 172 | 376 | 205 | 64 | 0 | 60 | 0 | 175 | 143 | 112 |
| Binary | 1111010 | 11111110 | 10000101 | 110100 | 0 | 110000 | 0 | 1111101 | 1100011 | 1001010 |
Color Harmonies of #7AFE85
Complementary color
Monochromatic Colors of #7AFE85
Black with #7AFE85
Text Example
Text Example
White with #7AFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFE85; }
p { color: rgb(122,254,133); }
H1.HeaderClassName
{
color: #7AFE85;
}
.AnyTagClassName
{
color: #7AFE85;
}
</style>
background-color css
<style>
a { background-color: #7AFE85; }
a { background-color: rgb(122,254,133); }
div.DivClassName
{
background-color: #7AFE85;
}
.BgClassName
{
background-color: #7AFE85;
}
</style>
border-color css
<style>
span { border-color: #7AFE85; }
span { border-color: rgb(122,254,133); }
td.TdClassName
{
border-color: #7AFE85;
}
.TagClassName
{
border-color: #7AFE85;
}
</style>