Shades of Chartreuse #8CFE1B
Tints of Chartreuse #8CFE1B
RGB
CMYK
RGB Variations
Color information
#8CFE1B (or 0x8CFE1B) is known color: Chartreuse. HEX triplet: 8C, FE and 1B. RGB value is (140,254,27). Sum of RGB (Red+Green+Blue) = 140+254+27=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 254 (99.61% from 255 or 60.33% from 421); Blue value is 27 (10.94% from 255 or 6.41% from 421); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE1B is #7301E4. Grayscale: #C2C2C2. Windows color (decimal): -7537125 or 1834636. OLE color: 1834636.
HSL color Cylindrical-coordinate representation of color #8CFE1B: hue angle of 90.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CFE1B is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 27 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.00 |
| HSL | 90.13º | 0.99% | 0.55% | - |
| HSV(B) | 90.13º | 0.89% | 1% | - |
| XYZ | 46.45 | 76.54 | 13.36 | - |
| YUV | 194.04 | 33.73 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 27 | 0.45 | 0 | 0.89 | 0.00 | 90.13 | 0.99 | 0.55 |
| Hex | 8C | FE | 1B | 2D | 0 | 59 | 0 | 5A | 63 | 37 |
| Octal | 214 | 376 | 33 | 55 | 0 | 131 | 0 | 132 | 143 | 67 |
| Binary | 10001100 | 11111110 | 11011 | 101101 | 0 | 1011001 | 0 | 1011010 | 1100011 | 110111 |
Color Harmonies of #8CFE1B
Complementary color
Monochromatic Colors of #8CFE1B
Black with #8CFE1B
Text Example
Text Example
White with #8CFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE1B; }
p { color: rgb(140,254,27); }
H1.HeaderClassName
{
color: #8CFE1B;
}
.AnyTagClassName
{
color: #8CFE1B;
}
</style>
background-color css
<style>
a { background-color: #8CFE1B; }
a { background-color: rgb(140,254,27); }
div.DivClassName
{
background-color: #8CFE1B;
}
.BgClassName
{
background-color: #8CFE1B;
}
</style>
border-color css
<style>
span { border-color: #8CFE1B; }
span { border-color: rgb(140,254,27); }
td.TdClassName
{
border-color: #8CFE1B;
}
.TagClassName
{
border-color: #8CFE1B;
}
</style>