Shades of Chartreuse #8CF81B
Tints of Chartreuse #8CF81B
RGB
CMYK
RGB Variations
Color information
#8CF81B (or 0x8CF81B) is known color: Chartreuse. HEX triplet: 8C, F8 and 1B. RGB value is (140,248,27). Sum of RGB (Red+Green+Blue) = 140+248+27=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #8CF81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CF81B is #7307E4. Grayscale: #BFBFBF. Windows color (decimal): -7538661 or 1833100. OLE color: 1833100.
HSL color Cylindrical-coordinate representation of color #8CF81B: hue angle of 89.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CF81B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 140 | 248 | 27 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.03 |
| HSL | 89.32º | 0.94% | 0.54% | - |
| HSV(B) | 89.32º | 0.89% | 0.97% | - |
| XYZ | 44.58 | 72.79 | 12.74 | - |
| YUV | 190.51 | 35.72 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 27 | 0.44 | 0 | 0.89 | 0.03 | 89.32 | 0.94 | 0.54 |
| Hex | 8C | F8 | 1B | 2C | 0 | 59 | 3 | 59 | 5E | 36 |
| Octal | 214 | 370 | 33 | 54 | 0 | 131 | 3 | 131 | 136 | 66 |
| Binary | 10001100 | 11111000 | 11011 | 101100 | 0 | 1011001 | 11 | 1011001 | 1011110 | 110110 |
Color Harmonies of #8CF81B
Complementary color
Monochromatic Colors of #8CF81B
Black with #8CF81B
Text Example
Text Example
White with #8CF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF81B; }
p { color: rgb(140,248,27); }
H1.HeaderClassName
{
color: #8CF81B;
}
.AnyTagClassName
{
color: #8CF81B;
}
</style>
background-color css
<style>
a { background-color: #8CF81B; }
a { background-color: rgb(140,248,27); }
div.DivClassName
{
background-color: #8CF81B;
}
.BgClassName
{
background-color: #8CF81B;
}
</style>
border-color css
<style>
span { border-color: #8CF81B; }
span { border-color: rgb(140,248,27); }
td.TdClassName
{
border-color: #8CF81B;
}
.TagClassName
{
border-color: #8CF81B;
}
</style>