Shades of Light Green #8DF275
Tints of Light Green #8DF275
RGB
CMYK
RGB Variations
Color information
#8DF275 (or 0x8DF275) is known color: Light Green. HEX triplet: 8D, F2 and 75. RGB value is (141,242,117). Sum of RGB (Red+Green+Blue) = 141+242+117=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF275 is #720D8A. Grayscale: #C5C5C5. Windows color (decimal): -7474571 or 7729805. OLE color: 7729805.
HSL color Cylindrical-coordinate representation of color #8DF275: hue angle of 108.48º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8DF275 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 117 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.05 |
| HSL | 108.48º | 0.83% | 0.7% | - |
| HSV(B) | 108.48º | 0.52% | 0.95% | - |
| XYZ | 45.95 | 70.45 | 28.01 | - |
| YUV | 197.55 | 82.54 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 117 | 0.42 | 0 | 0.52 | 0.05 | 108.48 | 0.83 | 0.7 |
| Hex | 8D | F2 | 75 | 2A | 0 | 34 | 5 | 6C | 53 | 46 |
| Octal | 215 | 362 | 165 | 52 | 0 | 64 | 5 | 154 | 123 | 106 |
| Binary | 10001101 | 11110010 | 1110101 | 101010 | 0 | 110100 | 101 | 1101100 | 1010011 | 1000110 |
Color Harmonies of #8DF275
Complementary color
Monochromatic Colors of #8DF275
Black with #8DF275
Text Example
Text Example
White with #8DF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF275; }
p { color: rgb(141,242,117); }
H1.HeaderClassName
{
color: #8DF275;
}
.AnyTagClassName
{
color: #8DF275;
}
</style>
background-color css
<style>
a { background-color: #8DF275; }
a { background-color: rgb(141,242,117); }
div.DivClassName
{
background-color: #8DF275;
}
.BgClassName
{
background-color: #8DF275;
}
</style>
border-color css
<style>
span { border-color: #8DF275; }
span { border-color: rgb(141,242,117); }
td.TdClassName
{
border-color: #8DF275;
}
.TagClassName
{
border-color: #8DF275;
}
</style>