Shades of Light Green #8CF17D
Tints of Light Green #8CF17D
RGB
CMYK
RGB Variations
Color information
#8CF17D (or 0x8CF17D) is known color: Light Green. HEX triplet: 8C, F1 and 7D. RGB value is (140,241,125). Sum of RGB (Red+Green+Blue) = 140+241+125=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF17D is #730E82. Grayscale: #C5C5C5. Windows color (decimal): -7540355 or 8253836. OLE color: 8253836.
HSL color Cylindrical-coordinate representation of color #8CF17D: hue angle of 112.24º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CF17D is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 125 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.05 |
| HSL | 112.24º | 0.81% | 0.72% | - |
| HSV(B) | 112.24º | 0.48% | 0.95% | - |
| XYZ | 45.97 | 69.97 | 30.48 | - |
| YUV | 197.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 125 | 0.42 | 0 | 0.48 | 0.05 | 112.24 | 0.81 | 0.72 |
| Hex | 8C | F1 | 7D | 2A | 0 | 30 | 5 | 70 | 51 | 48 |
| Octal | 214 | 361 | 175 | 52 | 0 | 60 | 5 | 160 | 121 | 110 |
| Binary | 10001100 | 11110001 | 1111101 | 101010 | 0 | 110000 | 101 | 1110000 | 1010001 | 1001000 |
Color Harmonies of #8CF17D
Complementary color
Monochromatic Colors of #8CF17D
Black with #8CF17D
Text Example
Text Example
White with #8CF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF17D; }
p { color: rgb(140,241,125); }
H1.HeaderClassName
{
color: #8CF17D;
}
.AnyTagClassName
{
color: #8CF17D;
}
</style>
background-color css
<style>
a { background-color: #8CF17D; }
a { background-color: rgb(140,241,125); }
div.DivClassName
{
background-color: #8CF17D;
}
.BgClassName
{
background-color: #8CF17D;
}
</style>
border-color css
<style>
span { border-color: #8CF17D; }
span { border-color: rgb(140,241,125); }
td.TdClassName
{
border-color: #8CF17D;
}
.TagClassName
{
border-color: #8CF17D;
}
</style>