Shades of Chartreuse #83FC0F
Tints of Chartreuse #83FC0F
RGB
CMYK
RGB Variations
Color information
#83FC0F (or 0x83FC0F) is known color: Chartreuse. HEX triplet: 83, FC and 0F. RGB value is (131,252,15). Sum of RGB (Red+Green+Blue) = 131+252+15=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #83FC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #83FC0F is #7C03F0. Grayscale: #BDBDBD. Windows color (decimal): -8127473 or 1047683. OLE color: 1047683.
HSL color Cylindrical-coordinate representation of color #83FC0F: hue angle of 90.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83FC0F is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 252 | 15 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.01 |
| HSL | 90.63º | 0.98% | 0.52% | - |
| HSV(B) | 90.63º | 0.94% | 0.99% | - |
| XYZ | 44.26 | 74.48 | 12.5 | - |
| YUV | 188.8 | 29.91 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 252 | 15 | 0.48 | 0 | 0.94 | 0.01 | 90.63 | 0.98 | 0.52 |
| Hex | 83 | FC | F | 30 | 0 | 5E | 1 | 5B | 62 | 34 |
| Octal | 203 | 374 | 17 | 60 | 0 | 136 | 1 | 133 | 142 | 64 |
| Binary | 10000011 | 11111100 | 1111 | 110000 | 0 | 1011110 | 1 | 1011011 | 1100010 | 110100 |
Color Harmonies of #83FC0F
Complementary color
Monochromatic Colors of #83FC0F
Black with #83FC0F
Text Example
Text Example
White with #83FC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FC0F; }
p { color: rgb(131,252,15); }
H1.HeaderClassName
{
color: #83FC0F;
}
.AnyTagClassName
{
color: #83FC0F;
}
</style>
background-color css
<style>
a { background-color: #83FC0F; }
a { background-color: rgb(131,252,15); }
div.DivClassName
{
background-color: #83FC0F;
}
.BgClassName
{
background-color: #83FC0F;
}
</style>
border-color css
<style>
span { border-color: #83FC0F; }
span { border-color: rgb(131,252,15); }
td.TdClassName
{
border-color: #83FC0F;
}
.TagClassName
{
border-color: #83FC0F;
}
</style>