Shades of Chartreuse #83FF2B
Tints of Chartreuse #83FF2B
RGB
CMYK
RGB Variations
Color information
#83FF2B (or 0x83FF2B) is known color: Chartreuse. HEX triplet: 83, FF and 2B. RGB value is (131,255,43). Sum of RGB (Red+Green+Blue) = 131+255+43=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FF2B is #7C00D4. Grayscale: #C2C2C2. Windows color (decimal): -8126677 or 2883459. OLE color: 2883459.
HSL color Cylindrical-coordinate representation of color #83FF2B: hue angle of 95.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83FF2B is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 43 | - |
| CMYK | 0.49 | 0 | 0.83 | 0 |
| HSL | 95.09º | 1% | 0.58% | - |
| HSV(B) | 95.09º | 0.83% | 1% | - |
| XYZ | 45.56 | 76.52 | 14.65 | - |
| YUV | 193.76 | 42.92 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 43 | 0.49 | 0 | 0.83 | 0 | 95.09 | 1 | 0.58 |
| Hex | 83 | FF | 2B | 31 | 0 | 53 | 0 | 5F | 64 | 3A |
| Octal | 203 | 377 | 53 | 61 | 0 | 123 | 0 | 137 | 144 | 72 |
| Binary | 10000011 | 11111111 | 101011 | 110001 | 0 | 1010011 | 0 | 1011111 | 1100100 | 111010 |
Color Harmonies of #83FF2B
Complementary color
Monochromatic Colors of #83FF2B
Black with #83FF2B
Text Example
Text Example
White with #83FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF2B; }
p { color: rgb(131,255,43); }
H1.HeaderClassName
{
color: #83FF2B;
}
.AnyTagClassName
{
color: #83FF2B;
}
</style>
background-color css
<style>
a { background-color: #83FF2B; }
a { background-color: rgb(131,255,43); }
div.DivClassName
{
background-color: #83FF2B;
}
.BgClassName
{
background-color: #83FF2B;
}
</style>
border-color css
<style>
span { border-color: #83FF2B; }
span { border-color: rgb(131,255,43); }
td.TdClassName
{
border-color: #83FF2B;
}
.TagClassName
{
border-color: #83FF2B;
}
</style>