Shades of Green Yellow #83F130
Tints of Green Yellow #83F130
RGB
CMYK
RGB Variations
Color information
#83F130 (or 0x83F130) is known color: Green Yellow. HEX triplet: 83, F1 and 30. RGB value is (131,241,48). Sum of RGB (Red+Green+Blue) = 131+241+48=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #83F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83F130 is #7C0ECF. Grayscale: #BABABA. Windows color (decimal): -8130256 or 3207555. OLE color: 3207555.
HSL color Cylindrical-coordinate representation of color #83F130: hue angle of 94.2º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83F130 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 241 | 48 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.05 |
| HSL | 94.2º | 0.87% | 0.57% | - |
| HSV(B) | 94.2º | 0.8% | 0.95% | - |
| XYZ | 41.35 | 67.95 | 13.73 | - |
| YUV | 186.11 | 50.06 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 241 | 48 | 0.46 | 0 | 0.80 | 0.05 | 94.2 | 0.87 | 0.57 |
| Hex | 83 | F1 | 30 | 2E | 0 | 50 | 5 | 5E | 57 | 39 |
| Octal | 203 | 361 | 60 | 56 | 0 | 120 | 5 | 136 | 127 | 71 |
| Binary | 10000011 | 11110001 | 110000 | 101110 | 0 | 1010000 | 101 | 1011110 | 1010111 | 111001 |
Color Harmonies of #83F130
Complementary color
Monochromatic Colors of #83F130
Black with #83F130
Text Example
Text Example
White with #83F130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83F130; }
p { color: rgb(131,241,48); }
H1.HeaderClassName
{
color: #83F130;
}
.AnyTagClassName
{
color: #83F130;
}
</style>
background-color css
<style>
a { background-color: #83F130; }
a { background-color: rgb(131,241,48); }
div.DivClassName
{
background-color: #83F130;
}
.BgClassName
{
background-color: #83F130;
}
</style>
border-color css
<style>
span { border-color: #83F130; }
span { border-color: rgb(131,241,48); }
td.TdClassName
{
border-color: #83F130;
}
.TagClassName
{
border-color: #83F130;
}
</style>