Shades of Chartreuse #8CFF00
Tints of Chartreuse #8CFF00
RGB
CMYK
RGB Variations
Color information
#8CFF00 (or 0x8CFF00) is known color: Chartreuse. HEX triplet: 8C, FF and 00. RGB value is (140,255,0). Sum of RGB (Red+Green+Blue) = 140+255+0=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 255 (100% from 255 or 64.56% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF00 is #7300FF. Grayscale: #C0C0C0. Windows color (decimal): -7536896 or 65420. OLE color: 65420.
HSL color Cylindrical-coordinate representation of color #8CFF00: hue angle of 87.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CFF00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 140 | 255 | 0 | - |
CMYK | 0.45 | 0 | 1 | 0 |
HSL | 87.06º | 1% | 0.5% | - |
HSV(B) | 87.06º | 1% | 1% | - |
XYZ | 46.58 | 77.1 | 12.43 | - |
YUV | 191.55 | 19.9 | 91.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 255 | 0 | 0.45 | 0 | 1 | 0 | 87.06 | 1 | 0.5 |
Hex | 8C | FF | 0 | 2D | 0 | 64 | 0 | 57 | 64 | 32 |
Octal | 214 | 377 | 0 | 55 | 0 | 144 | 0 | 127 | 144 | 62 |
Binary | 10001100 | 11111111 | 0 | 101101 | 0 | 1100100 | 0 | 1010111 | 1100100 | 110010 |
Color Harmonies of #8CFF00
Complementary color
Monochromatic Colors of #8CFF00
Black with #8CFF00
Text Example
Text Example
White with #8CFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF00; }
p { color: rgb(140,255,0); }
H1.HeaderClassName
{
color: #8CFF00;
}
.AnyTagClassName
{
color: #8CFF00;
}
</style>
background-color css
<style>
a { background-color: #8CFF00; }
a { background-color: rgb(140,255,0); }
div.DivClassName
{
background-color: #8CFF00;
}
.BgClassName
{
background-color: #8CFF00;
}
</style>
border-color css
<style>
span { border-color: #8CFF00; }
span { border-color: rgb(140,255,0); }
td.TdClassName
{
border-color: #8CFF00;
}
.TagClassName
{
border-color: #8CFF00;
}
</style>