Shades of Light Green #8CFD74
Tints of Light Green #8CFD74
RGB
CMYK
RGB Variations
Color information
#8CFD74 (or 0x8CFD74) is known color: Light Green. HEX triplet: 8C, FD and 74. RGB value is (140,253,116). Sum of RGB (Red+Green+Blue) = 140+253+116=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFD74 is #73028B. Grayscale: #CCCCCC. Windows color (decimal): -7537292 or 7667084. OLE color: 7667084.
HSL color Cylindrical-coordinate representation of color #8CFD74: hue angle of 109.49º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8CFD74 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 116 | - |
| CMYK | 0.45 | 0 | 0.54 | 0.01 |
| HSL | 109.49º | 0.97% | 0.72% | - |
| HSV(B) | 109.49º | 0.54% | 0.99% | - |
| XYZ | 49.09 | 77.09 | 28.81 | - |
| YUV | 203.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 116 | 0.45 | 0 | 0.54 | 0.01 | 109.49 | 0.97 | 0.72 |
| Hex | 8C | FD | 74 | 2D | 0 | 36 | 1 | 6D | 61 | 48 |
| Octal | 214 | 375 | 164 | 55 | 0 | 66 | 1 | 155 | 141 | 110 |
| Binary | 10001100 | 11111101 | 1110100 | 101101 | 0 | 110110 | 1 | 1101101 | 1100001 | 1001000 |
Color Harmonies of #8CFD74
Complementary color
Monochromatic Colors of #8CFD74
Black with #8CFD74
Text Example
Text Example
White with #8CFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD74; }
p { color: rgb(140,253,116); }
H1.HeaderClassName
{
color: #8CFD74;
}
.AnyTagClassName
{
color: #8CFD74;
}
</style>
background-color css
<style>
a { background-color: #8CFD74; }
a { background-color: rgb(140,253,116); }
div.DivClassName
{
background-color: #8CFD74;
}
.BgClassName
{
background-color: #8CFD74;
}
</style>
border-color css
<style>
span { border-color: #8CFD74; }
span { border-color: rgb(140,253,116); }
td.TdClassName
{
border-color: #8CFD74;
}
.TagClassName
{
border-color: #8CFD74;
}
</style>