Shades of Light Green #8CF193
Tints of Light Green #8CF193
RGB
CMYK
RGB Variations
Color information
#8CF193 (or 0x8CF193) is known color: Light Green. HEX triplet: 8C, F1 and 93. RGB value is (140,241,147). Sum of RGB (Red+Green+Blue) = 140+241+147=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF193 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF193 is #730E6C. Grayscale: #C8C8C8. Windows color (decimal): -7540333 or 9695628. OLE color: 9695628.
HSL color Cylindrical-coordinate representation of color #8CF193: hue angle of 124.16º degrees, saturation: 0.78, 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 #8CF193 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 147 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.05 |
| HSL | 124.16º | 0.78% | 0.75% | - |
| HSV(B) | 124.16º | 0.42% | 0.95% | - |
| XYZ | 47.54 | 70.59 | 38.72 | - |
| YUV | 200.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 147 | 0.42 | 0 | 0.39 | 0.05 | 124.16 | 0.78 | 0.75 |
| Hex | 8C | F1 | 93 | 2A | 0 | 27 | 5 | 7C | 4E | 4B |
| Octal | 214 | 361 | 223 | 52 | 0 | 47 | 5 | 174 | 116 | 113 |
| Binary | 10001100 | 11110001 | 10010011 | 101010 | 0 | 100111 | 101 | 1111100 | 1001110 | 1001011 |
Color Harmonies of #8CF193
Complementary color
Monochromatic Colors of #8CF193
Black with #8CF193
Text Example
Text Example
White with #8CF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF193; }
p { color: rgb(140,241,147); }
H1.HeaderClassName
{
color: #8CF193;
}
.AnyTagClassName
{
color: #8CF193;
}
</style>
background-color css
<style>
a { background-color: #8CF193; }
a { background-color: rgb(140,241,147); }
div.DivClassName
{
background-color: #8CF193;
}
.BgClassName
{
background-color: #8CF193;
}
</style>
border-color css
<style>
span { border-color: #8CF193; }
span { border-color: rgb(140,241,147); }
td.TdClassName
{
border-color: #8CF193;
}
.TagClassName
{
border-color: #8CF193;
}
</style>