Shades of Chartreuse #83FB0B
Tints of Chartreuse #83FB0B
RGB
CMYK
RGB Variations
Color information
#83FB0B (or 0x83FB0B) is known color: Chartreuse. HEX triplet: 83, FB and 0B. RGB value is (131,251,11). Sum of RGB (Red+Green+Blue) = 131+251+11=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 251 (98.44% from 255 or 63.87% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FB0B is #7C04F4. Grayscale: #BCBCBC. Windows color (decimal): -8127733 or 785283. OLE color: 785283.
HSL color Cylindrical-coordinate representation of color #83FB0B: hue angle of 90º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83FB0B is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 11 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.02 |
| HSL | 90º | 0.97% | 0.51% | - |
| HSV(B) | 90º | 0.96% | 0.98% | - |
| XYZ | 43.92 | 73.84 | 12.26 | - |
| YUV | 187.76 | 28.24 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 11 | 0.48 | 0 | 0.96 | 0.02 | 90 | 0.97 | 0.51 |
| Hex | 83 | FB | B | 30 | 0 | 60 | 2 | 5A | 61 | 33 |
| Octal | 203 | 373 | 13 | 60 | 0 | 140 | 2 | 132 | 141 | 63 |
| Binary | 10000011 | 11111011 | 1011 | 110000 | 0 | 1100000 | 10 | 1011010 | 1100001 | 110011 |
Color Harmonies of #83FB0B
Complementary color
Monochromatic Colors of #83FB0B
Black with #83FB0B
Text Example
Text Example
White with #83FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FB0B; }
p { color: rgb(131,251,11); }
H1.HeaderClassName
{
color: #83FB0B;
}
.AnyTagClassName
{
color: #83FB0B;
}
</style>
background-color css
<style>
a { background-color: #83FB0B; }
a { background-color: rgb(131,251,11); }
div.DivClassName
{
background-color: #83FB0B;
}
.BgClassName
{
background-color: #83FB0B;
}
</style>
border-color css
<style>
span { border-color: #83FB0B; }
span { border-color: rgb(131,251,11); }
td.TdClassName
{
border-color: #83FB0B;
}
.TagClassName
{
border-color: #83FB0B;
}
</style>