Shades of Chartreuse #83FF0B
Tints of Chartreuse #83FF0B
RGB
CMYK
RGB Variations
Color information
#83FF0B (or 0x83FF0B) is known color: Chartreuse. HEX triplet: 83, FF and 0B. RGB value is (131,255,11). Sum of RGB (Red+Green+Blue) = 131+255+11=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF0B is #7C00F4. Grayscale: #BEBEBE. Windows color (decimal): -8126709 or 786307. OLE color: 786307.
HSL color Cylindrical-coordinate representation of color #83FF0B: hue angle of 90.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83FF0B is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 11 | - |
| CMYK | 0.49 | 0 | 0.96 | 0 |
| HSL | 90.49º | 1% | 0.52% | - |
| HSV(B) | 90.49º | 0.96% | 1% | - |
| XYZ | 45.18 | 76.37 | 12.68 | - |
| YUV | 190.11 | 26.92 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 11 | 0.49 | 0 | 0.96 | 0 | 90.49 | 1 | 0.52 |
| Hex | 83 | FF | B | 31 | 0 | 60 | 0 | 5A | 64 | 34 |
| Octal | 203 | 377 | 13 | 61 | 0 | 140 | 0 | 132 | 144 | 64 |
| Binary | 10000011 | 11111111 | 1011 | 110001 | 0 | 1100000 | 0 | 1011010 | 1100100 | 110100 |
Color Harmonies of #83FF0B
Complementary color
Monochromatic Colors of #83FF0B
Black with #83FF0B
Text Example
Text Example
White with #83FF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF0B; }
p { color: rgb(131,255,11); }
H1.HeaderClassName
{
color: #83FF0B;
}
.AnyTagClassName
{
color: #83FF0B;
}
</style>
background-color css
<style>
a { background-color: #83FF0B; }
a { background-color: rgb(131,255,11); }
div.DivClassName
{
background-color: #83FF0B;
}
.BgClassName
{
background-color: #83FF0B;
}
</style>
border-color css
<style>
span { border-color: #83FF0B; }
span { border-color: rgb(131,255,11); }
td.TdClassName
{
border-color: #83FF0B;
}
.TagClassName
{
border-color: #83FF0B;
}
</style>