Shades of Chartreuse #8FF81B
Tints of Chartreuse #8FF81B
RGB
CMYK
RGB Variations
Color information
#8FF81B (or 0x8FF81B) is known color: Chartreuse. HEX triplet: 8F, F8 and 1B. RGB value is (143,248,27). Sum of RGB (Red+Green+Blue) = 143+248+27=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #8FF81B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FF81B is #7007E4. Grayscale: #C0C0C0. Windows color (decimal): -7342053 or 1833103. OLE color: 1833103.
HSL color Cylindrical-coordinate representation of color #8FF81B: hue angle of 88.51º 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 #8FF81B is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 248 | 27 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.03 |
| HSL | 88.51º | 0.94% | 0.54% | - |
| HSV(B) | 88.51º | 0.89% | 0.97% | - |
| XYZ | 45.09 | 73.05 | 12.76 | - |
| YUV | 191.41 | 35.21 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 248 | 27 | 0.42 | 0 | 0.89 | 0.03 | 88.51 | 0.94 | 0.54 |
| Hex | 8F | F8 | 1B | 2A | 0 | 59 | 3 | 59 | 5E | 36 |
| Octal | 217 | 370 | 33 | 52 | 0 | 131 | 3 | 131 | 136 | 66 |
| Binary | 10001111 | 11111000 | 11011 | 101010 | 0 | 1011001 | 11 | 1011001 | 1011110 | 110110 |
Color Harmonies of #8FF81B
Complementary color
Monochromatic Colors of #8FF81B
Black with #8FF81B
Text Example
Text Example
White with #8FF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF81B; }
p { color: rgb(143,248,27); }
H1.HeaderClassName
{
color: #8FF81B;
}
.AnyTagClassName
{
color: #8FF81B;
}
</style>
background-color css
<style>
a { background-color: #8FF81B; }
a { background-color: rgb(143,248,27); }
div.DivClassName
{
background-color: #8FF81B;
}
.BgClassName
{
background-color: #8FF81B;
}
</style>
border-color css
<style>
span { border-color: #8FF81B; }
span { border-color: rgb(143,248,27); }
td.TdClassName
{
border-color: #8FF81B;
}
.TagClassName
{
border-color: #8FF81B;
}
</style>