Shades of Chartreuse #8BFF1C
Tints of Chartreuse #8BFF1C
RGB
CMYK
RGB Variations
Color information
#8BFF1C (or 0x8BFF1C) is known color: Chartreuse. HEX triplet: 8B, FF and 1C. RGB value is (139,255,28). Sum of RGB (Red+Green+Blue) = 139+255+28=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFF1C is #7400E3. Grayscale: #C3C3C3. Windows color (decimal): -7602404 or 1900427. OLE color: 1900427.
HSL color Cylindrical-coordinate representation of color #8BFF1C: hue angle of 90.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BFF1C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 28 | - |
| CMYK | 0.45 | 0 | 0.89 | 0 |
| HSL | 90.66º | 1% | 0.55% | - |
| HSV(B) | 90.66º | 0.89% | 1% | - |
| XYZ | 46.62 | 77.09 | 13.52 | - |
| YUV | 194.44 | 34.07 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 28 | 0.45 | 0 | 0.89 | 0 | 90.66 | 1 | 0.55 |
| Hex | 8B | FF | 1C | 2D | 0 | 59 | 0 | 5B | 64 | 37 |
| Octal | 213 | 377 | 34 | 55 | 0 | 131 | 0 | 133 | 144 | 67 |
| Binary | 10001011 | 11111111 | 11100 | 101101 | 0 | 1011001 | 0 | 1011011 | 1100100 | 110111 |
Color Harmonies of #8BFF1C
Complementary color
Monochromatic Colors of #8BFF1C
Black with #8BFF1C
Text Example
Text Example
White with #8BFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF1C; }
p { color: rgb(139,255,28); }
H1.HeaderClassName
{
color: #8BFF1C;
}
.AnyTagClassName
{
color: #8BFF1C;
}
</style>
background-color css
<style>
a { background-color: #8BFF1C; }
a { background-color: rgb(139,255,28); }
div.DivClassName
{
background-color: #8BFF1C;
}
.BgClassName
{
background-color: #8BFF1C;
}
</style>
border-color css
<style>
span { border-color: #8BFF1C; }
span { border-color: rgb(139,255,28); }
td.TdClassName
{
border-color: #8BFF1C;
}
.TagClassName
{
border-color: #8BFF1C;
}
</style>