Shades of Light Green #7FF386
Tints of Light Green #7FF386
RGB
CMYK
RGB Variations
Color information
#7FF386 (or 0x7FF386) is known color: Light Green. HEX triplet: 7F, F3 and 86. RGB value is (127,243,134). Sum of RGB (Red+Green+Blue) = 127+243+134=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF386 is #800C79. Grayscale: #C4C4C4. Windows color (decimal): -8391802 or 8844159. OLE color: 8844159.
HSL color Cylindrical-coordinate representation of color #7FF386: hue angle of 123.62º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FF386 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 243 | 134 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.05 |
| HSL | 123.62º | 0.83% | 0.73% | - |
| HSV(B) | 123.62º | 0.48% | 0.95% | - |
| XYZ | 45.11 | 70.33 | 33.75 | - |
| YUV | 195.89 | 93.07 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 243 | 134 | 0.48 | 0 | 0.45 | 0.05 | 123.62 | 0.83 | 0.73 |
| Hex | 7F | F3 | 86 | 30 | 0 | 2D | 5 | 7C | 53 | 49 |
| Octal | 177 | 363 | 206 | 60 | 0 | 55 | 5 | 174 | 123 | 111 |
| Binary | 1111111 | 11110011 | 10000110 | 110000 | 0 | 101101 | 101 | 1111100 | 1010011 | 1001001 |
Color Harmonies of #7FF386
Complementary color
Monochromatic Colors of #7FF386
Black with #7FF386
Text Example
Text Example
White with #7FF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF386; }
p { color: rgb(127,243,134); }
H1.HeaderClassName
{
color: #7FF386;
}
.AnyTagClassName
{
color: #7FF386;
}
</style>
background-color css
<style>
a { background-color: #7FF386; }
a { background-color: rgb(127,243,134); }
div.DivClassName
{
background-color: #7FF386;
}
.BgClassName
{
background-color: #7FF386;
}
</style>
border-color css
<style>
span { border-color: #7FF386; }
span { border-color: rgb(127,243,134); }
td.TdClassName
{
border-color: #7FF386;
}
.TagClassName
{
border-color: #7FF386;
}
</style>