Shades of Light Green #8DF28A
Tints of Light Green #8DF28A
RGB
CMYK
RGB Variations
Color information
#8DF28A (or 0x8DF28A) is known color: Light Green. HEX triplet: 8D, F2 and 8A. RGB value is (141,242,138). Sum of RGB (Red+Green+Blue) = 141+242+138=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF28A is #720D75. Grayscale: #C8C8C8. Windows color (decimal): -7474550 or 9106061. OLE color: 9106061.
HSL color Cylindrical-coordinate representation of color #8DF28A: hue angle of 118.27º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF28A is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 138 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.05 |
| HSL | 118.27º | 0.8% | 0.75% | - |
| HSV(B) | 118.27º | 0.43% | 0.95% | - |
| XYZ | 47.32 | 71 | 35.26 | - |
| YUV | 199.95 | 93.04 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 138 | 0.42 | 0 | 0.43 | 0.05 | 118.27 | 0.8 | 0.75 |
| Hex | 8D | F2 | 8A | 2A | 0 | 2B | 5 | 76 | 50 | 4B |
| Octal | 215 | 362 | 212 | 52 | 0 | 53 | 5 | 166 | 120 | 113 |
| Binary | 10001101 | 11110010 | 10001010 | 101010 | 0 | 101011 | 101 | 1110110 | 1010000 | 1001011 |
Color Harmonies of #8DF28A
Complementary color
Monochromatic Colors of #8DF28A
Black with #8DF28A
Text Example
Text Example
White with #8DF28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF28A; }
p { color: rgb(141,242,138); }
H1.HeaderClassName
{
color: #8DF28A;
}
.AnyTagClassName
{
color: #8DF28A;
}
</style>
background-color css
<style>
a { background-color: #8DF28A; }
a { background-color: rgb(141,242,138); }
div.DivClassName
{
background-color: #8DF28A;
}
.BgClassName
{
background-color: #8DF28A;
}
</style>
border-color css
<style>
span { border-color: #8DF28A; }
span { border-color: rgb(141,242,138); }
td.TdClassName
{
border-color: #8DF28A;
}
.TagClassName
{
border-color: #8DF28A;
}
</style>