Shades of Light Green #7CF685
Tints of Light Green #7CF685
RGB
CMYK
RGB Variations
Color information
#7CF685 (or 0x7CF685) is known color: Light Green. HEX triplet: 7C, F6 and 85. RGB value is (124,246,133). Sum of RGB (Red+Green+Blue) = 124+246+133=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #7CF685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF685 is #83097A. Grayscale: #C4C4C4. Windows color (decimal): -8587643 or 8779388. OLE color: 8779388.
HSL color Cylindrical-coordinate representation of color #7CF685: hue angle of 124.43º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CF685 is Cyan = 0.50, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 124 | 246 | 133 | - |
| CMYK | 0.50 | 0 | 0.46 | 0.04 |
| HSL | 124.43º | 0.87% | 0.73% | - |
| HSV(B) | 124.43º | 0.5% | 0.96% | - |
| XYZ | 45.5 | 71.89 | 33.67 | - |
| YUV | 196.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 246 | 133 | 0.50 | 0 | 0.46 | 0.04 | 124.43 | 0.87 | 0.73 |
| Hex | 7C | F6 | 85 | 32 | 0 | 2E | 4 | 7C | 57 | 49 |
| Octal | 174 | 366 | 205 | 62 | 0 | 56 | 4 | 174 | 127 | 111 |
| Binary | 1111100 | 11110110 | 10000101 | 110010 | 0 | 101110 | 100 | 1111100 | 1010111 | 1001001 |
Color Harmonies of #7CF685
Complementary color
Monochromatic Colors of #7CF685
Black with #7CF685
Text Example
Text Example
White with #7CF685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF685; }
p { color: rgb(124,246,133); }
H1.HeaderClassName
{
color: #7CF685;
}
.AnyTagClassName
{
color: #7CF685;
}
</style>
background-color css
<style>
a { background-color: #7CF685; }
a { background-color: rgb(124,246,133); }
div.DivClassName
{
background-color: #7CF685;
}
.BgClassName
{
background-color: #7CF685;
}
</style>
border-color css
<style>
span { border-color: #7CF685; }
span { border-color: rgb(124,246,133); }
td.TdClassName
{
border-color: #7CF685;
}
.TagClassName
{
border-color: #7CF685;
}
</style>