Shades of Light Green #8DF27F
Tints of Light Green #8DF27F
RGB
CMYK
RGB Variations
Color information
#8DF27F (or 0x8DF27F) is known color: Light Green. HEX triplet: 8D, F2 and 7F. RGB value is (141,242,127). Sum of RGB (Red+Green+Blue) = 141+242+127=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF27F is #720D80. Grayscale: #C7C7C7. Windows color (decimal): -7474561 or 8385165. OLE color: 8385165.
HSL color Cylindrical-coordinate representation of color #8DF27F: hue angle of 112.7º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8DF27F is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 127 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.05 |
| HSL | 112.7º | 0.82% | 0.72% | - |
| HSV(B) | 112.7º | 0.48% | 0.95% | - |
| XYZ | 46.57 | 70.7 | 31.27 | - |
| YUV | 198.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 127 | 0.42 | 0 | 0.48 | 0.05 | 112.7 | 0.82 | 0.72 |
| Hex | 8D | F2 | 7F | 2A | 0 | 30 | 5 | 71 | 52 | 48 |
| Octal | 215 | 362 | 177 | 52 | 0 | 60 | 5 | 161 | 122 | 110 |
| Binary | 10001101 | 11110010 | 1111111 | 101010 | 0 | 110000 | 101 | 1110001 | 1010010 | 1001000 |
Color Harmonies of #8DF27F
Complementary color
Monochromatic Colors of #8DF27F
Black with #8DF27F
Text Example
Text Example
White with #8DF27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF27F; }
p { color: rgb(141,242,127); }
H1.HeaderClassName
{
color: #8DF27F;
}
.AnyTagClassName
{
color: #8DF27F;
}
</style>
background-color css
<style>
a { background-color: #8DF27F; }
a { background-color: rgb(141,242,127); }
div.DivClassName
{
background-color: #8DF27F;
}
.BgClassName
{
background-color: #8DF27F;
}
</style>
border-color css
<style>
span { border-color: #8DF27F; }
span { border-color: rgb(141,242,127); }
td.TdClassName
{
border-color: #8DF27F;
}
.TagClassName
{
border-color: #8DF27F;
}
</style>