Shades of Chartreuse #8CF013
Tints of Chartreuse #8CF013
RGB
CMYK
RGB Variations
Color information
#8CF013 (or 0x8CF013) is known color: Chartreuse. HEX triplet: 8C, F0 and 13. RGB value is (140,240,19). Sum of RGB (Red+Green+Blue) = 140+240+19=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 240 (94.14% from 255 or 60.15% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF013 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF013 is #730FEC. Grayscale: #B9B9B9. Windows color (decimal): -7540717 or 1306764. OLE color: 1306764.
HSL color Cylindrical-coordinate representation of color #8CF013: hue angle of 87.15º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CF013 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 19 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.06 |
| HSL | 87.15º | 0.88% | 0.51% | - |
| HSV(B) | 87.15º | 0.92% | 0.94% | - |
| XYZ | 42.09 | 67.94 | 11.51 | - |
| YUV | 184.91 | 34.37 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 19 | 0.42 | 0 | 0.92 | 0.06 | 87.15 | 0.88 | 0.51 |
| Hex | 8C | F0 | 13 | 2A | 0 | 5C | 6 | 57 | 58 | 33 |
| Octal | 214 | 360 | 23 | 52 | 0 | 134 | 6 | 127 | 130 | 63 |
| Binary | 10001100 | 11110000 | 10011 | 101010 | 0 | 1011100 | 110 | 1010111 | 1011000 | 110011 |
Color Harmonies of #8CF013
Complementary color
Monochromatic Colors of #8CF013
Black with #8CF013
Text Example
Text Example
White with #8CF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF013; }
p { color: rgb(140,240,19); }
H1.HeaderClassName
{
color: #8CF013;
}
.AnyTagClassName
{
color: #8CF013;
}
</style>
background-color css
<style>
a { background-color: #8CF013; }
a { background-color: rgb(140,240,19); }
div.DivClassName
{
background-color: #8CF013;
}
.BgClassName
{
background-color: #8CF013;
}
</style>
border-color css
<style>
span { border-color: #8CF013; }
span { border-color: rgb(140,240,19); }
td.TdClassName
{
border-color: #8CF013;
}
.TagClassName
{
border-color: #8CF013;
}
</style>