Shades of Light Green #8CFC85
Tints of Light Green #8CFC85
RGB
CMYK
RGB Variations
Color information
#8CFC85 (or 0x8CFC85) is known color: Light Green. HEX triplet: 8C, FC and 85. RGB value is (140,252,133). Sum of RGB (Red+Green+Blue) = 140+252+133=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFC85 is #73037A. Grayscale: #CDCDCD. Windows color (decimal): -7537531 or 8780940. OLE color: 8780940.
HSL color Cylindrical-coordinate representation of color #8CFC85: hue angle of 116.47º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CFC85 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 133 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.01 |
| HSL | 116.47º | 0.95% | 0.75% | - |
| HSV(B) | 116.47º | 0.47% | 0.99% | - |
| XYZ | 49.86 | 76.89 | 34.4 | - |
| YUV | 204.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 133 | 0.44 | 0 | 0.47 | 0.01 | 116.47 | 0.95 | 0.75 |
| Hex | 8C | FC | 85 | 2C | 0 | 2F | 1 | 74 | 5F | 4B |
| Octal | 214 | 374 | 205 | 54 | 0 | 57 | 1 | 164 | 137 | 113 |
| Binary | 10001100 | 11111100 | 10000101 | 101100 | 0 | 101111 | 1 | 1110100 | 1011111 | 1001011 |
Color Harmonies of #8CFC85
Complementary color
Monochromatic Colors of #8CFC85
Black with #8CFC85
Text Example
Text Example
White with #8CFC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC85; }
p { color: rgb(140,252,133); }
H1.HeaderClassName
{
color: #8CFC85;
}
.AnyTagClassName
{
color: #8CFC85;
}
</style>
background-color css
<style>
a { background-color: #8CFC85; }
a { background-color: rgb(140,252,133); }
div.DivClassName
{
background-color: #8CFC85;
}
.BgClassName
{
background-color: #8CFC85;
}
</style>
border-color css
<style>
span { border-color: #8CFC85; }
span { border-color: rgb(140,252,133); }
td.TdClassName
{
border-color: #8CFC85;
}
.TagClassName
{
border-color: #8CFC85;
}
</style>