Shades of Light Green #7AF385
Tints of Light Green #7AF385
RGB
CMYK
RGB Variations
Color information
#7AF385 (or 0x7AF385) is known color: Light Green. HEX triplet: 7A, F3 and 85. RGB value is (122,243,133). Sum of RGB (Red+Green+Blue) = 122+243+133=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF385 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF385 is #850C7A. Grayscale: #C2C2C2. Windows color (decimal): -8719483 or 8778618. OLE color: 8778618.
HSL color Cylindrical-coordinate representation of color #7AF385: hue angle of 125.45º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF385 is Cyan = 0.50, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 133 | - |
| CMYK | 0.50 | 0 | 0.45 | 0.05 |
| HSL | 125.45º | 0.83% | 0.72% | - |
| HSV(B) | 125.45º | 0.5% | 0.95% | - |
| XYZ | 44.31 | 69.93 | 33.35 | - |
| YUV | 194.28 | 93.41 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 133 | 0.50 | 0 | 0.45 | 0.05 | 125.45 | 0.83 | 0.72 |
| Hex | 7A | F3 | 85 | 32 | 0 | 2D | 5 | 7D | 53 | 48 |
| Octal | 172 | 363 | 205 | 62 | 0 | 55 | 5 | 175 | 123 | 110 |
| Binary | 1111010 | 11110011 | 10000101 | 110010 | 0 | 101101 | 101 | 1111101 | 1010011 | 1001000 |
Color Harmonies of #7AF385
Complementary color
Monochromatic Colors of #7AF385
Black with #7AF385
Text Example
Text Example
White with #7AF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF385; }
p { color: rgb(122,243,133); }
H1.HeaderClassName
{
color: #7AF385;
}
.AnyTagClassName
{
color: #7AF385;
}
</style>
background-color css
<style>
a { background-color: #7AF385; }
a { background-color: rgb(122,243,133); }
div.DivClassName
{
background-color: #7AF385;
}
.BgClassName
{
background-color: #7AF385;
}
</style>
border-color css
<style>
span { border-color: #7AF385; }
span { border-color: rgb(122,243,133); }
td.TdClassName
{
border-color: #7AF385;
}
.TagClassName
{
border-color: #7AF385;
}
</style>