Shades of Chartreuse #8BFD1C
Tints of Chartreuse #8BFD1C
RGB
CMYK
RGB Variations
Color information
#8BFD1C (or 0x8BFD1C) is known color: Chartreuse. HEX triplet: 8B, FD and 1C. RGB value is (139,253,28). Sum of RGB (Red+Green+Blue) = 139+253+28=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 253 (99.22% from 255 or 60.24% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BFD1C is #7402E3. Grayscale: #C2C2C2. Windows color (decimal): -7602916 or 1899915. OLE color: 1899915.
HSL color Cylindrical-coordinate representation of color #8BFD1C: hue angle of 90.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BFD1C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 28 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.01 |
| HSL | 90.4º | 0.98% | 0.55% | - |
| HSV(B) | 90.4º | 0.89% | 0.99% | - |
| XYZ | 45.98 | 75.82 | 13.31 | - |
| YUV | 193.26 | 34.73 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 28 | 0.45 | 0 | 0.89 | 0.01 | 90.4 | 0.98 | 0.55 |
| Hex | 8B | FD | 1C | 2D | 0 | 59 | 1 | 5A | 62 | 37 |
| Octal | 213 | 375 | 34 | 55 | 0 | 131 | 1 | 132 | 142 | 67 |
| Binary | 10001011 | 11111101 | 11100 | 101101 | 0 | 1011001 | 1 | 1011010 | 1100010 | 110111 |
Color Harmonies of #8BFD1C
Complementary color
Monochromatic Colors of #8BFD1C
Black with #8BFD1C
Text Example
Text Example
White with #8BFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD1C; }
p { color: rgb(139,253,28); }
H1.HeaderClassName
{
color: #8BFD1C;
}
.AnyTagClassName
{
color: #8BFD1C;
}
</style>
background-color css
<style>
a { background-color: #8BFD1C; }
a { background-color: rgb(139,253,28); }
div.DivClassName
{
background-color: #8BFD1C;
}
.BgClassName
{
background-color: #8BFD1C;
}
</style>
border-color css
<style>
span { border-color: #8BFD1C; }
span { border-color: rgb(139,253,28); }
td.TdClassName
{
border-color: #8BFD1C;
}
.TagClassName
{
border-color: #8BFD1C;
}
</style>