Shades of Chartreuse #8FEE0F
Tints of Chartreuse #8FEE0F
RGB
CMYK
RGB Variations
Color information
#8FEE0F (or 0x8FEE0F) is known color: Chartreuse. HEX triplet: 8F, EE and 0F. RGB value is (143,238,15). Sum of RGB (Red+Green+Blue) = 143+238+15=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 238 (93.36% from 255 or 60.10% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEE0F is #7011F0. Grayscale: #B8B8B8. Windows color (decimal): -7344625 or 1044111. OLE color: 1044111.
HSL color Cylindrical-coordinate representation of color #8FEE0F: hue angle of 85.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FEE0F is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 238 | 15 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.07 |
| HSL | 85.56º | 0.88% | 0.5% | - |
| HSV(B) | 85.56º | 0.94% | 0.93% | - |
| XYZ | 41.99 | 67.02 | 11.18 | - |
| YUV | 184.17 | 32.53 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 238 | 15 | 0.40 | 0 | 0.94 | 0.07 | 85.56 | 0.88 | 0.5 |
| Hex | 8F | EE | F | 28 | 0 | 5E | 7 | 56 | 58 | 32 |
| Octal | 217 | 356 | 17 | 50 | 0 | 136 | 7 | 126 | 130 | 62 |
| Binary | 10001111 | 11101110 | 1111 | 101000 | 0 | 1011110 | 111 | 1010110 | 1011000 | 110010 |
Color Harmonies of #8FEE0F
Complementary color
Monochromatic Colors of #8FEE0F
Black with #8FEE0F
Text Example
Text Example
White with #8FEE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEE0F; }
p { color: rgb(143,238,15); }
H1.HeaderClassName
{
color: #8FEE0F;
}
.AnyTagClassName
{
color: #8FEE0F;
}
</style>
background-color css
<style>
a { background-color: #8FEE0F; }
a { background-color: rgb(143,238,15); }
div.DivClassName
{
background-color: #8FEE0F;
}
.BgClassName
{
background-color: #8FEE0F;
}
</style>
border-color css
<style>
span { border-color: #8FEE0F; }
span { border-color: rgb(143,238,15); }
td.TdClassName
{
border-color: #8FEE0F;
}
.TagClassName
{
border-color: #8FEE0F;
}
</style>