Shades of Chartreuse #8CF002
Tints of Chartreuse #8CF002
RGB
CMYK
RGB Variations
Color information
#8CF002 (or 0x8CF002) is known color: Chartreuse. HEX triplet: 8C, F0 and 02. RGB value is (140,240,2). Sum of RGB (Red+Green+Blue) = 140+240+2=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF002 is #730FFD. Grayscale: #B7B7B7. Windows color (decimal): -7540734 or 192652. OLE color: 192652.
HSL color Cylindrical-coordinate representation of color #8CF002: hue angle of 85.21º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CF002 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.06 |
| HSL | 85.21º | 0.98% | 0.47% | - |
| HSV(B) | 85.21º | 0.99% | 0.94% | - |
| XYZ | 41.99 | 67.9 | 10.95 | - |
| YUV | 182.97 | 25.87 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 2 | 0.42 | 0 | 0.99 | 0.06 | 85.21 | 0.98 | 0.47 |
| Hex | 8C | F0 | 2 | 2A | 0 | 63 | 6 | 55 | 62 | 2F |
| Octal | 214 | 360 | 2 | 52 | 0 | 143 | 6 | 125 | 142 | 57 |
| Binary | 10001100 | 11110000 | 10 | 101010 | 0 | 1100011 | 110 | 1010101 | 1100010 | 101111 |
Color Harmonies of #8CF002
Complementary color
Monochromatic Colors of #8CF002
Black with #8CF002
Text Example
Text Example
White with #8CF002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF002; }
p { color: rgb(140,240,2); }
H1.HeaderClassName
{
color: #8CF002;
}
.AnyTagClassName
{
color: #8CF002;
}
</style>
background-color css
<style>
a { background-color: #8CF002; }
a { background-color: rgb(140,240,2); }
div.DivClassName
{
background-color: #8CF002;
}
.BgClassName
{
background-color: #8CF002;
}
</style>
border-color css
<style>
span { border-color: #8CF002; }
span { border-color: rgb(140,240,2); }
td.TdClassName
{
border-color: #8CF002;
}
.TagClassName
{
border-color: #8CF002;
}
</style>