Shades of Light Green #8CFE85
Tints of Light Green #8CFE85
RGB
CMYK
RGB Variations
Color information
#8CFE85 (or 0x8CFE85) is known color: Light Green. HEX triplet: 8C, FE and 85. RGB value is (140,254,133). Sum of RGB (Red+Green+Blue) = 140+254+133=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFE85 is #73017A. Grayscale: #CECECE. Windows color (decimal): -7537019 or 8781452. OLE color: 8781452.
HSL color Cylindrical-coordinate representation of color #8CFE85: hue angle of 116.53º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CFE85 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 133 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.00 |
| HSL | 116.53º | 0.98% | 0.76% | - |
| HSV(B) | 116.53º | 0.48% | 1% | - |
| XYZ | 50.49 | 78.15 | 34.61 | - |
| YUV | 206.12 | 86.73 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 133 | 0.45 | 0 | 0.48 | 0.00 | 116.53 | 0.98 | 0.76 |
| Hex | 8C | FE | 85 | 2D | 0 | 30 | 0 | 75 | 62 | 4C |
| Octal | 214 | 376 | 205 | 55 | 0 | 60 | 0 | 165 | 142 | 114 |
| Binary | 10001100 | 11111110 | 10000101 | 101101 | 0 | 110000 | 0 | 1110101 | 1100010 | 1001100 |
Color Harmonies of #8CFE85
Complementary color
Monochromatic Colors of #8CFE85
Black with #8CFE85
Text Example
Text Example
White with #8CFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE85; }
p { color: rgb(140,254,133); }
H1.HeaderClassName
{
color: #8CFE85;
}
.AnyTagClassName
{
color: #8CFE85;
}
</style>
background-color css
<style>
a { background-color: #8CFE85; }
a { background-color: rgb(140,254,133); }
div.DivClassName
{
background-color: #8CFE85;
}
.BgClassName
{
background-color: #8CFE85;
}
</style>
border-color css
<style>
span { border-color: #8CFE85; }
span { border-color: rgb(140,254,133); }
td.TdClassName
{
border-color: #8CFE85;
}
.TagClassName
{
border-color: #8CFE85;
}
</style>