Shades of Light Green #8DF27C
Tints of Light Green #8DF27C
RGB
CMYK
RGB Variations
Color information
#8DF27C (or 0x8DF27C) is known color: Light Green. HEX triplet: 8D, F2 and 7C. RGB value is (141,242,124). Sum of RGB (Red+Green+Blue) = 141+242+124=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF27C is #720D83. Grayscale: #C6C6C6. Windows color (decimal): -7474564 or 8188557. OLE color: 8188557.
HSL color Cylindrical-coordinate representation of color #8DF27C: hue angle of 111.36º 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 #8DF27C is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 124 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.05 |
| HSL | 111.36º | 0.82% | 0.72% | - |
| HSV(B) | 111.36º | 0.49% | 0.95% | - |
| XYZ | 46.37 | 70.62 | 30.26 | - |
| YUV | 198.35 | 86.04 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 124 | 0.42 | 0 | 0.49 | 0.05 | 111.36 | 0.82 | 0.72 |
| Hex | 8D | F2 | 7C | 2A | 0 | 31 | 5 | 6F | 52 | 48 |
| Octal | 215 | 362 | 174 | 52 | 0 | 61 | 5 | 157 | 122 | 110 |
| Binary | 10001101 | 11110010 | 1111100 | 101010 | 0 | 110001 | 101 | 1101111 | 1010010 | 1001000 |
Color Harmonies of #8DF27C
Complementary color
Monochromatic Colors of #8DF27C
Black with #8DF27C
Text Example
Text Example
White with #8DF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF27C; }
p { color: rgb(141,242,124); }
H1.HeaderClassName
{
color: #8DF27C;
}
.AnyTagClassName
{
color: #8DF27C;
}
</style>
background-color css
<style>
a { background-color: #8DF27C; }
a { background-color: rgb(141,242,124); }
div.DivClassName
{
background-color: #8DF27C;
}
.BgClassName
{
background-color: #8DF27C;
}
</style>
border-color css
<style>
span { border-color: #8DF27C; }
span { border-color: rgb(141,242,124); }
td.TdClassName
{
border-color: #8DF27C;
}
.TagClassName
{
border-color: #8DF27C;
}
</style>