Shades of Chartreuse #8CF102
Tints of Chartreuse #8CF102
RGB
CMYK
RGB Variations
Color information
#8CF102 (or 0x8CF102) is known color: Chartreuse. HEX triplet: 8C, F1 and 02. RGB value is (140,241,2). Sum of RGB (Red+Green+Blue) = 140+241+2=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF102 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF102 is #730EFD. Grayscale: #B8B8B8. Windows color (decimal): -7540478 or 192908. OLE color: 192908.
HSL color Cylindrical-coordinate representation of color #8CF102: hue angle of 85.36º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CF102 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.05 |
| HSL | 85.36º | 0.98% | 0.48% | - |
| HSV(B) | 85.36º | 0.99% | 0.95% | - |
| XYZ | 42.28 | 68.49 | 11.05 | - |
| YUV | 183.56 | 25.54 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 2 | 0.42 | 0 | 0.99 | 0.05 | 85.36 | 0.98 | 0.48 |
| Hex | 8C | F1 | 2 | 2A | 0 | 63 | 5 | 55 | 62 | 30 |
| Octal | 214 | 361 | 2 | 52 | 0 | 143 | 5 | 125 | 142 | 60 |
| Binary | 10001100 | 11110001 | 10 | 101010 | 0 | 1100011 | 101 | 1010101 | 1100010 | 110000 |
Color Harmonies of #8CF102
Complementary color
Monochromatic Colors of #8CF102
Black with #8CF102
Text Example
Text Example
White with #8CF102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF102; }
p { color: rgb(140,241,2); }
H1.HeaderClassName
{
color: #8CF102;
}
.AnyTagClassName
{
color: #8CF102;
}
</style>
background-color css
<style>
a { background-color: #8CF102; }
a { background-color: rgb(140,241,2); }
div.DivClassName
{
background-color: #8CF102;
}
.BgClassName
{
background-color: #8CF102;
}
</style>
border-color css
<style>
span { border-color: #8CF102; }
span { border-color: rgb(140,241,2); }
td.TdClassName
{
border-color: #8CF102;
}
.TagClassName
{
border-color: #8CF102;
}
</style>