Shades of Chartreuse #83FF02
Tints of Chartreuse #83FF02
RGB
CMYK
RGB Variations
Color information
#83FF02 (or 0x83FF02) is known color: Chartreuse. HEX triplet: 83, FF and 02. RGB value is (131,255,2). Sum of RGB (Red+Green+Blue) = 131+255+2=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #83FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FF02 is #7C00FD. Grayscale: #BDBDBD. Windows color (decimal): -8126718 or 196483. OLE color: 196483.
HSL color Cylindrical-coordinate representation of color #83FF02: hue angle of 89.41º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83FF02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 255 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0 |
| HSL | 89.41º | 1% | 0.5% | - |
| HSV(B) | 89.41º | 0.99% | 1% | - |
| XYZ | 45.13 | 76.35 | 12.42 | - |
| YUV | 189.08 | 22.42 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 255 | 2 | 0.49 | 0 | 0.99 | 0 | 89.41 | 1 | 0.5 |
| Hex | 83 | FF | 2 | 31 | 0 | 63 | 0 | 59 | 64 | 32 |
| Octal | 203 | 377 | 2 | 61 | 0 | 143 | 0 | 131 | 144 | 62 |
| Binary | 10000011 | 11111111 | 10 | 110001 | 0 | 1100011 | 0 | 1011001 | 1100100 | 110010 |
Color Harmonies of #83FF02
Complementary color
Monochromatic Colors of #83FF02
Black with #83FF02
Text Example
Text Example
White with #83FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FF02; }
p { color: rgb(131,255,2); }
H1.HeaderClassName
{
color: #83FF02;
}
.AnyTagClassName
{
color: #83FF02;
}
</style>
background-color css
<style>
a { background-color: #83FF02; }
a { background-color: rgb(131,255,2); }
div.DivClassName
{
background-color: #83FF02;
}
.BgClassName
{
background-color: #83FF02;
}
</style>
border-color css
<style>
span { border-color: #83FF02; }
span { border-color: rgb(131,255,2); }
td.TdClassName
{
border-color: #83FF02;
}
.TagClassName
{
border-color: #83FF02;
}
</style>