Shades of Chartreuse #8BF305
Tints of Chartreuse #8BF305
RGB
CMYK
RGB Variations
Color information
#8BF305 (or 0x8BF305) is known color: Chartreuse. HEX triplet: 8B, F3 and 05. RGB value is (139,243,5). Sum of RGB (Red+Green+Blue) = 139+243+5=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 243 (95.31% from 255 or 62.79% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF305 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF305 is #740CFA. Grayscale: #B9B9B9. Windows color (decimal): -7605499 or 390027. OLE color: 390027.
HSL color Cylindrical-coordinate representation of color #8BF305: hue angle of 86.22º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BF305 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 5 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.05 |
| HSL | 86.22º | 0.96% | 0.49% | - |
| HSV(B) | 86.22º | 0.98% | 0.95% | - |
| XYZ | 42.73 | 69.6 | 11.33 | - |
| YUV | 184.77 | 26.54 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 5 | 0.43 | 0 | 0.98 | 0.05 | 86.22 | 0.96 | 0.49 |
| Hex | 8B | F3 | 5 | 2B | 0 | 62 | 5 | 56 | 60 | 31 |
| Octal | 213 | 363 | 5 | 53 | 0 | 142 | 5 | 126 | 140 | 61 |
| Binary | 10001011 | 11110011 | 101 | 101011 | 0 | 1100010 | 101 | 1010110 | 1100000 | 110001 |
Color Harmonies of #8BF305
Complementary color
Monochromatic Colors of #8BF305
Black with #8BF305
Text Example
Text Example
White with #8BF305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF305; }
p { color: rgb(139,243,5); }
H1.HeaderClassName
{
color: #8BF305;
}
.AnyTagClassName
{
color: #8BF305;
}
</style>
background-color css
<style>
a { background-color: #8BF305; }
a { background-color: rgb(139,243,5); }
div.DivClassName
{
background-color: #8BF305;
}
.BgClassName
{
background-color: #8BF305;
}
</style>
border-color css
<style>
span { border-color: #8BF305; }
span { border-color: rgb(139,243,5); }
td.TdClassName
{
border-color: #8BF305;
}
.TagClassName
{
border-color: #8BF305;
}
</style>