Shades of Light Green #8CF175
Tints of Light Green #8CF175
RGB
CMYK
RGB Variations
Color information
#8CF175 (or 0x8CF175) is known color: Light Green. HEX triplet: 8C, F1 and 75. RGB value is (140,241,117). Sum of RGB (Red+Green+Blue) = 140+241+117=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF175 is #730E8A. Grayscale: #C5C5C5. Windows color (decimal): -7540363 or 7729548. OLE color: 7729548.
HSL color Cylindrical-coordinate representation of color #8CF175: hue angle of 108.87º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CF175 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 117 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.05 |
| HSL | 108.87º | 0.82% | 0.7% | - |
| HSV(B) | 108.87º | 0.51% | 0.95% | - |
| XYZ | 45.48 | 69.77 | 27.9 | - |
| YUV | 196.67 | 83.04 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 117 | 0.42 | 0 | 0.51 | 0.05 | 108.87 | 0.82 | 0.7 |
| Hex | 8C | F1 | 75 | 2A | 0 | 33 | 5 | 6D | 52 | 46 |
| Octal | 214 | 361 | 165 | 52 | 0 | 63 | 5 | 155 | 122 | 106 |
| Binary | 10001100 | 11110001 | 1110101 | 101010 | 0 | 110011 | 101 | 1101101 | 1010010 | 1000110 |
Color Harmonies of #8CF175
Complementary color
Monochromatic Colors of #8CF175
Black with #8CF175
Text Example
Text Example
White with #8CF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF175; }
p { color: rgb(140,241,117); }
H1.HeaderClassName
{
color: #8CF175;
}
.AnyTagClassName
{
color: #8CF175;
}
</style>
background-color css
<style>
a { background-color: #8CF175; }
a { background-color: rgb(140,241,117); }
div.DivClassName
{
background-color: #8CF175;
}
.BgClassName
{
background-color: #8CF175;
}
</style>
border-color css
<style>
span { border-color: #8CF175; }
span { border-color: rgb(140,241,117); }
td.TdClassName
{
border-color: #8CF175;
}
.TagClassName
{
border-color: #8CF175;
}
</style>