Shades of Light Green #8CF28D
Tints of Light Green #8CF28D
RGB
CMYK
RGB Variations
Color information
#8CF28D (or 0x8CF28D) is known color: Light Green. HEX triplet: 8C, F2 and 8D. RGB value is (140,242,141). Sum of RGB (Red+Green+Blue) = 140+242+141=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF28D is #730D72. Grayscale: #C8C8C8. Windows color (decimal): -7540083 or 9302668. OLE color: 9302668.
HSL color Cylindrical-coordinate representation of color #8CF28D: hue angle of 120.59º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF28D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 141 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.05 |
| HSL | 120.59º | 0.8% | 0.75% | - |
| HSV(B) | 120.59º | 0.42% | 0.95% | - |
| XYZ | 47.38 | 71 | 36.41 | - |
| YUV | 199.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 141 | 0.42 | 0 | 0.42 | 0.05 | 120.59 | 0.8 | 0.75 |
| Hex | 8C | F2 | 8D | 2A | 0 | 2A | 5 | 79 | 50 | 4B |
| Octal | 214 | 362 | 215 | 52 | 0 | 52 | 5 | 171 | 120 | 113 |
| Binary | 10001100 | 11110010 | 10001101 | 101010 | 0 | 101010 | 101 | 1111001 | 1010000 | 1001011 |
Color Harmonies of #8CF28D
Complementary color
Monochromatic Colors of #8CF28D
Black with #8CF28D
Text Example
Text Example
White with #8CF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF28D; }
p { color: rgb(140,242,141); }
H1.HeaderClassName
{
color: #8CF28D;
}
.AnyTagClassName
{
color: #8CF28D;
}
</style>
background-color css
<style>
a { background-color: #8CF28D; }
a { background-color: rgb(140,242,141); }
div.DivClassName
{
background-color: #8CF28D;
}
.BgClassName
{
background-color: #8CF28D;
}
</style>
border-color css
<style>
span { border-color: #8CF28D; }
span { border-color: rgb(140,242,141); }
td.TdClassName
{
border-color: #8CF28D;
}
.TagClassName
{
border-color: #8CF28D;
}
</style>