Shades of Chartreuse #83FC0B
Tints of Chartreuse #83FC0B
RGB
CMYK
RGB Variations
Color information
#83FC0B (or 0x83FC0B) is known color: Chartreuse. HEX triplet: 83, FC and 0B. RGB value is (131,252,11). Sum of RGB (Red+Green+Blue) = 131+252+11=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 252 (98.83% from 255 or 63.96% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FC0B is #7C03F4. Grayscale: #BDBDBD. Windows color (decimal): -8127477 or 785539. OLE color: 785539.
HSL color Cylindrical-coordinate representation of color #83FC0B: hue angle of 90.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83FC0B is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 11 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.01 |
| HSL | 90.12º | 0.98% | 0.52% | - |
| HSV(B) | 90.12º | 0.96% | 0.99% | - |
| XYZ | 44.23 | 74.47 | 12.36 | - |
| YUV | 188.35 | 27.91 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 11 | 0.48 | 0 | 0.96 | 0.01 | 90.12 | 0.98 | 0.52 |
| Hex | 83 | FC | B | 30 | 0 | 60 | 1 | 5A | 62 | 34 |
| Octal | 203 | 374 | 13 | 60 | 0 | 140 | 1 | 132 | 142 | 64 |
| Binary | 10000011 | 11111100 | 1011 | 110000 | 0 | 1100000 | 1 | 1011010 | 1100010 | 110100 |
Color Harmonies of #83FC0B
Complementary color
Monochromatic Colors of #83FC0B
Black with #83FC0B
Text Example
Text Example
White with #83FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FC0B; }
p { color: rgb(131,252,11); }
H1.HeaderClassName
{
color: #83FC0B;
}
.AnyTagClassName
{
color: #83FC0B;
}
</style>
background-color css
<style>
a { background-color: #83FC0B; }
a { background-color: rgb(131,252,11); }
div.DivClassName
{
background-color: #83FC0B;
}
.BgClassName
{
background-color: #83FC0B;
}
</style>
border-color css
<style>
span { border-color: #83FC0B; }
span { border-color: rgb(131,252,11); }
td.TdClassName
{
border-color: #83FC0B;
}
.TagClassName
{
border-color: #83FC0B;
}
</style>