Shades of Chartreuse #8BF30B
Tints of Chartreuse #8BF30B
RGB
CMYK
RGB Variations
Color information
#8BF30B (or 0x8BF30B) is known color: Chartreuse. HEX triplet: 8B, F3 and 0B. RGB value is (139,243,11). Sum of RGB (Red+Green+Blue) = 139+243+11=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 243 (95.31% from 255 or 61.83% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF30B is #740CF4. Grayscale: #BABABA. Windows color (decimal): -7605493 or 783243. OLE color: 783243.
HSL color Cylindrical-coordinate representation of color #8BF30B: hue angle of 86.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BF30B is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 11 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.05 |
| HSL | 86.9º | 0.91% | 0.5% | - |
| HSV(B) | 86.9º | 0.95% | 0.95% | - |
| XYZ | 42.76 | 69.61 | 11.5 | - |
| YUV | 185.46 | 29.54 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 11 | 0.43 | 0 | 0.95 | 0.05 | 86.9 | 0.91 | 0.5 |
| Hex | 8B | F3 | B | 2B | 0 | 5F | 5 | 57 | 5B | 32 |
| Octal | 213 | 363 | 13 | 53 | 0 | 137 | 5 | 127 | 133 | 62 |
| Binary | 10001011 | 11110011 | 1011 | 101011 | 0 | 1011111 | 101 | 1010111 | 1011011 | 110010 |
Color Harmonies of #8BF30B
Complementary color
Monochromatic Colors of #8BF30B
Black with #8BF30B
Text Example
Text Example
White with #8BF30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF30B; }
p { color: rgb(139,243,11); }
H1.HeaderClassName
{
color: #8BF30B;
}
.AnyTagClassName
{
color: #8BF30B;
}
</style>
background-color css
<style>
a { background-color: #8BF30B; }
a { background-color: rgb(139,243,11); }
div.DivClassName
{
background-color: #8BF30B;
}
.BgClassName
{
background-color: #8BF30B;
}
</style>
border-color css
<style>
span { border-color: #8BF30B; }
span { border-color: rgb(139,243,11); }
td.TdClassName
{
border-color: #8BF30B;
}
.TagClassName
{
border-color: #8BF30B;
}
</style>