Shades of Chartreuse #83FA24
Tints of Chartreuse #83FA24
RGB
CMYK
RGB Variations
Color information
#83FA24 (or 0x83FA24) is known color: Chartreuse. HEX triplet: 83, FA and 24. RGB value is (131,250,36). Sum of RGB (Red+Green+Blue) = 131+250+36=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 250 (98.05% from 255 or 59.95% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 250 - color contains mainly: green. Hex color #83FA24 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FA24 is #7C05DB. Grayscale: #BEBEBE. Windows color (decimal): -8127964 or 2423427. OLE color: 2423427.
HSL color Cylindrical-coordinate representation of color #83FA24: hue angle of 93.36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83FA24 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 250 | 36 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.02 |
| HSL | 93.36º | 0.96% | 0.56% | - |
| HSV(B) | 93.36º | 0.86% | 0.98% | - |
| XYZ | 43.86 | 73.32 | 13.51 | - |
| YUV | 190.02 | 41.08 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 250 | 36 | 0.48 | 0 | 0.86 | 0.02 | 93.36 | 0.96 | 0.56 |
| Hex | 83 | FA | 24 | 30 | 0 | 56 | 2 | 5D | 60 | 38 |
| Octal | 203 | 372 | 44 | 60 | 0 | 126 | 2 | 135 | 140 | 70 |
| Binary | 10000011 | 11111010 | 100100 | 110000 | 0 | 1010110 | 10 | 1011101 | 1100000 | 111000 |
Color Harmonies of #83FA24
Complementary color
Monochromatic Colors of #83FA24
Black with #83FA24
Text Example
Text Example
White with #83FA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FA24; }
p { color: rgb(131,250,36); }
H1.HeaderClassName
{
color: #83FA24;
}
.AnyTagClassName
{
color: #83FA24;
}
</style>
background-color css
<style>
a { background-color: #83FA24; }
a { background-color: rgb(131,250,36); }
div.DivClassName
{
background-color: #83FA24;
}
.BgClassName
{
background-color: #83FA24;
}
</style>
border-color css
<style>
span { border-color: #83FA24; }
span { border-color: rgb(131,250,36); }
td.TdClassName
{
border-color: #83FA24;
}
.TagClassName
{
border-color: #83FA24;
}
</style>