Shades of Light Green #8CF282
Tints of Light Green #8CF282
RGB
CMYK
RGB Variations
Color information
#8CF282 (or 0x8CF282) is known color: Light Green. HEX triplet: 8C, F2 and 82. RGB value is (140,242,130). Sum of RGB (Red+Green+Blue) = 140+242+130=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF282 is #730D7D. Grayscale: #C7C7C7. Windows color (decimal): -7540094 or 8581772. OLE color: 8581772.
HSL color Cylindrical-coordinate representation of color #8CF282: hue angle of 114.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CF282 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 242 | 130 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.05 |
| HSL | 114.64º | 0.81% | 0.73% | - |
| HSV(B) | 114.64º | 0.46% | 0.95% | - |
| XYZ | 46.6 | 70.69 | 32.31 | - |
| YUV | 198.73 | 89.21 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 242 | 130 | 0.42 | 0 | 0.46 | 0.05 | 114.64 | 0.81 | 0.73 |
| Hex | 8C | F2 | 82 | 2A | 0 | 2E | 5 | 73 | 51 | 49 |
| Octal | 214 | 362 | 202 | 52 | 0 | 56 | 5 | 163 | 121 | 111 |
| Binary | 10001100 | 11110010 | 10000010 | 101010 | 0 | 101110 | 101 | 1110011 | 1010001 | 1001001 |
Color Harmonies of #8CF282
Complementary color
Monochromatic Colors of #8CF282
Black with #8CF282
Text Example
Text Example
White with #8CF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF282; }
p { color: rgb(140,242,130); }
H1.HeaderClassName
{
color: #8CF282;
}
.AnyTagClassName
{
color: #8CF282;
}
</style>
background-color css
<style>
a { background-color: #8CF282; }
a { background-color: rgb(140,242,130); }
div.DivClassName
{
background-color: #8CF282;
}
.BgClassName
{
background-color: #8CF282;
}
</style>
border-color css
<style>
span { border-color: #8CF282; }
span { border-color: rgb(140,242,130); }
td.TdClassName
{
border-color: #8CF282;
}
.TagClassName
{
border-color: #8CF282;
}
</style>