Shades of Chartreuse #83FB0E
Tints of Chartreuse #83FB0E
RGB
CMYK
RGB Variations
Color information
#83FB0E (or 0x83FB0E) is known color: Chartreuse. HEX triplet: 83, FB and 0E. RGB value is (131,251,14). Sum of RGB (Red+Green+Blue) = 131+251+14=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 251 (98.44% from 255 or 63.38% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 251 - color contains mainly: green. Hex color #83FB0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FB0E is #7C04F1. Grayscale: #BCBCBC. Windows color (decimal): -8127730 or 981891. OLE color: 981891.
HSL color Cylindrical-coordinate representation of color #83FB0E: hue angle of 90.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83FB0E is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 251 | 14 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.02 |
| HSL | 90.38º | 0.97% | 0.52% | - |
| HSV(B) | 90.38º | 0.94% | 0.98% | - |
| XYZ | 43.94 | 73.85 | 12.35 | - |
| YUV | 188.1 | 29.74 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 251 | 14 | 0.48 | 0 | 0.94 | 0.02 | 90.38 | 0.97 | 0.52 |
| Hex | 83 | FB | E | 30 | 0 | 5E | 2 | 5A | 61 | 34 |
| Octal | 203 | 373 | 16 | 60 | 0 | 136 | 2 | 132 | 141 | 64 |
| Binary | 10000011 | 11111011 | 1110 | 110000 | 0 | 1011110 | 10 | 1011010 | 1100001 | 110100 |
Color Harmonies of #83FB0E
Complementary color
Monochromatic Colors of #83FB0E
Black with #83FB0E
Text Example
Text Example
White with #83FB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FB0E; }
p { color: rgb(131,251,14); }
H1.HeaderClassName
{
color: #83FB0E;
}
.AnyTagClassName
{
color: #83FB0E;
}
</style>
background-color css
<style>
a { background-color: #83FB0E; }
a { background-color: rgb(131,251,14); }
div.DivClassName
{
background-color: #83FB0E;
}
.BgClassName
{
background-color: #83FB0E;
}
</style>
border-color css
<style>
span { border-color: #83FB0E; }
span { border-color: rgb(131,251,14); }
td.TdClassName
{
border-color: #83FB0E;
}
.TagClassName
{
border-color: #83FB0E;
}
</style>