Shades of Green Yellow #83FD34
Tints of Green Yellow #83FD34
RGB
CMYK
RGB Variations
Color information
#83FD34 (or 0x83FD34) is known color: Green Yellow. HEX triplet: 83, FD and 34. RGB value is (131,253,52). Sum of RGB (Red+Green+Blue) = 131+253+52=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 253 (99.22% from 255 or 58.03% from 436); Blue value is 52 (20.70% from 255 or 11.93% from 436); Max value from RGB is 253 - color contains mainly: green. Hex color #83FD34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #83FD34 is #7C02CB. Grayscale: #C2C2C2. Windows color (decimal): -8127180 or 3472771. OLE color: 3472771.
HSL color Cylindrical-coordinate representation of color #83FD34: hue angle of 96.42º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83FD34 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 253 | 52 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.01 |
| HSL | 96.42º | 0.98% | 0.6% | - |
| HSV(B) | 96.42º | 0.79% | 0.99% | - |
| XYZ | 45.11 | 75.32 | 15.41 | - |
| YUV | 193.61 | 48.08 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 253 | 52 | 0.48 | 0 | 0.79 | 0.01 | 96.42 | 0.98 | 0.6 |
| Hex | 83 | FD | 34 | 30 | 0 | 4F | 1 | 60 | 62 | 3C |
| Octal | 203 | 375 | 64 | 60 | 0 | 117 | 1 | 140 | 142 | 74 |
| Binary | 10000011 | 11111101 | 110100 | 110000 | 0 | 1001111 | 1 | 1100000 | 1100010 | 111100 |
Color Harmonies of #83FD34
Complementary color
Monochromatic Colors of #83FD34
Black with #83FD34
Text Example
Text Example
White with #83FD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83FD34; }
p { color: rgb(131,253,52); }
H1.HeaderClassName
{
color: #83FD34;
}
.AnyTagClassName
{
color: #83FD34;
}
</style>
background-color css
<style>
a { background-color: #83FD34; }
a { background-color: rgb(131,253,52); }
div.DivClassName
{
background-color: #83FD34;
}
.BgClassName
{
background-color: #83FD34;
}
</style>
border-color css
<style>
span { border-color: #83FD34; }
span { border-color: rgb(131,253,52); }
td.TdClassName
{
border-color: #83FD34;
}
.TagClassName
{
border-color: #83FD34;
}
</style>