Shades of Light Green #7CF287
Tints of Light Green #7CF287
RGB
CMYK
RGB Variations
Color information
#7CF287 (or 0x7CF287) is known color: Light Green. HEX triplet: 7C, F2 and 87. RGB value is (124,242,135). Sum of RGB (Red+Green+Blue) = 124+242+135=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF287 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF287 is #830D78. Grayscale: #C2C2C2. Windows color (decimal): -8588665 or 8909436. OLE color: 8909436.
HSL color Cylindrical-coordinate representation of color #7CF287: hue angle of 125.59º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF287 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 124 | 242 | 135 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.05 |
| HSL | 125.59º | 0.82% | 0.72% | - |
| HSV(B) | 125.59º | 0.49% | 0.95% | - |
| XYZ | 44.44 | 69.54 | 34 | - |
| YUV | 194.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 242 | 135 | 0.49 | 0 | 0.44 | 0.05 | 125.59 | 0.82 | 0.72 |
| Hex | 7C | F2 | 87 | 31 | 0 | 2C | 5 | 7E | 52 | 48 |
| Octal | 174 | 362 | 207 | 61 | 0 | 54 | 5 | 176 | 122 | 110 |
| Binary | 1111100 | 11110010 | 10000111 | 110001 | 0 | 101100 | 101 | 1111110 | 1010010 | 1001000 |
Color Harmonies of #7CF287
Complementary color
Monochromatic Colors of #7CF287
Black with #7CF287
Text Example
Text Example
White with #7CF287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CF287; }
p { color: rgb(124,242,135); }
H1.HeaderClassName
{
color: #7CF287;
}
.AnyTagClassName
{
color: #7CF287;
}
</style>
background-color css
<style>
a { background-color: #7CF287; }
a { background-color: rgb(124,242,135); }
div.DivClassName
{
background-color: #7CF287;
}
.BgClassName
{
background-color: #7CF287;
}
</style>
border-color css
<style>
span { border-color: #7CF287; }
span { border-color: rgb(124,242,135); }
td.TdClassName
{
border-color: #7CF287;
}
.TagClassName
{
border-color: #7CF287;
}
</style>