Shades of Chartreuse #8FED1E
Tints of Chartreuse #8FED1E
RGB
CMYK
RGB Variations
Color information
#8FED1E (or 0x8FED1E) is known color: Chartreuse. HEX triplet: 8F, ED and 1E. RGB value is (143,237,30). Sum of RGB (Red+Green+Blue) = 143+237+30=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED1E is #7012E1. Grayscale: #BABABA. Windows color (decimal): -7344866 or 2026895. OLE color: 2026895.
HSL color Cylindrical-coordinate representation of color #8FED1E: hue angle of 87.25º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8FED1E is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 30 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.07 |
| HSL | 87.25º | 0.85% | 0.52% | - |
| HSV(B) | 87.25º | 0.87% | 0.93% | - |
| XYZ | 41.85 | 66.5 | 11.86 | - |
| YUV | 185.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 30 | 0.40 | 0 | 0.87 | 0.07 | 87.25 | 0.85 | 0.52 |
| Hex | 8F | ED | 1E | 28 | 0 | 57 | 7 | 57 | 55 | 34 |
| Octal | 217 | 355 | 36 | 50 | 0 | 127 | 7 | 127 | 125 | 64 |
| Binary | 10001111 | 11101101 | 11110 | 101000 | 0 | 1010111 | 111 | 1010111 | 1010101 | 110100 |
Color Harmonies of #8FED1E
Complementary color
Monochromatic Colors of #8FED1E
Black with #8FED1E
Text Example
Text Example
White with #8FED1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED1E; }
p { color: rgb(143,237,30); }
H1.HeaderClassName
{
color: #8FED1E;
}
.AnyTagClassName
{
color: #8FED1E;
}
</style>
background-color css
<style>
a { background-color: #8FED1E; }
a { background-color: rgb(143,237,30); }
div.DivClassName
{
background-color: #8FED1E;
}
.BgClassName
{
background-color: #8FED1E;
}
</style>
border-color css
<style>
span { border-color: #8FED1E; }
span { border-color: rgb(143,237,30); }
td.TdClassName
{
border-color: #8FED1E;
}
.TagClassName
{
border-color: #8FED1E;
}
</style>