Shades of Light Green #8FED85
Tints of Light Green #8FED85
RGB
CMYK
RGB Variations
Color information
#8FED85 (or 0x8FED85) is known color: Light Green. HEX triplet: 8F, ED and 85. RGB value is (143,237,133). Sum of RGB (Red+Green+Blue) = 143+237+133=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FED85 is #70127A. Grayscale: #C5C5C5. Windows color (decimal): -7344763 or 8777103. OLE color: 8777103.
HSL color Cylindrical-coordinate representation of color #8FED85: hue angle of 114.23º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FED85 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 133 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.07 |
| HSL | 114.23º | 0.74% | 0.73% | - |
| HSV(B) | 114.23º | 0.44% | 0.93% | - |
| XYZ | 45.85 | 68.1 | 32.92 | - |
| YUV | 197.04 | 91.86 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 133 | 0.40 | 0 | 0.44 | 0.07 | 114.23 | 0.74 | 0.73 |
| Hex | 8F | ED | 85 | 28 | 0 | 2C | 7 | 72 | 4A | 49 |
| Octal | 217 | 355 | 205 | 50 | 0 | 54 | 7 | 162 | 112 | 111 |
| Binary | 10001111 | 11101101 | 10000101 | 101000 | 0 | 101100 | 111 | 1110010 | 1001010 | 1001001 |
Color Harmonies of #8FED85
Complementary color
Monochromatic Colors of #8FED85
Black with #8FED85
Text Example
Text Example
White with #8FED85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED85; }
p { color: rgb(143,237,133); }
H1.HeaderClassName
{
color: #8FED85;
}
.AnyTagClassName
{
color: #8FED85;
}
</style>
background-color css
<style>
a { background-color: #8FED85; }
a { background-color: rgb(143,237,133); }
div.DivClassName
{
background-color: #8FED85;
}
.BgClassName
{
background-color: #8FED85;
}
</style>
border-color css
<style>
span { border-color: #8FED85; }
span { border-color: rgb(143,237,133); }
td.TdClassName
{
border-color: #8FED85;
}
.TagClassName
{
border-color: #8FED85;
}
</style>