Shades of Light Green #8CF380
Tints of Light Green #8CF380
RGB
CMYK
RGB Variations
Color information
#8CF380 (or 0x8CF380) is known color: Light Green. HEX triplet: 8C, F3 and 80. RGB value is (140,243,128). Sum of RGB (Red+Green+Blue) = 140+243+128=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF380 is #730C7F. Grayscale: #C7C7C7. Windows color (decimal): -7539840 or 8450956. OLE color: 8450956.
HSL color Cylindrical-coordinate representation of color #8CF380: hue angle of 113.74º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CF380 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 243 | 128 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.05 |
| HSL | 113.74º | 0.83% | 0.73% | - |
| HSV(B) | 113.74º | 0.47% | 0.95% | - |
| XYZ | 46.76 | 71.24 | 31.71 | - |
| YUV | 199.09 | 87.88 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 243 | 128 | 0.42 | 0 | 0.47 | 0.05 | 113.74 | 0.83 | 0.73 |
| Hex | 8C | F3 | 80 | 2A | 0 | 2F | 5 | 72 | 53 | 49 |
| Octal | 214 | 363 | 200 | 52 | 0 | 57 | 5 | 162 | 123 | 111 |
| Binary | 10001100 | 11110011 | 10000000 | 101010 | 0 | 101111 | 101 | 1110010 | 1010011 | 1001001 |
Color Harmonies of #8CF380
Complementary color
Monochromatic Colors of #8CF380
Black with #8CF380
Text Example
Text Example
White with #8CF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF380; }
p { color: rgb(140,243,128); }
H1.HeaderClassName
{
color: #8CF380;
}
.AnyTagClassName
{
color: #8CF380;
}
</style>
background-color css
<style>
a { background-color: #8CF380; }
a { background-color: rgb(140,243,128); }
div.DivClassName
{
background-color: #8CF380;
}
.BgClassName
{
background-color: #8CF380;
}
</style>
border-color css
<style>
span { border-color: #8CF380; }
span { border-color: rgb(140,243,128); }
td.TdClassName
{
border-color: #8CF380;
}
.TagClassName
{
border-color: #8CF380;
}
</style>