Shades of Yellow Green #83DF30
Tints of Yellow Green #83DF30
RGB
CMYK
RGB Variations
Color information
#83DF30 (or 0x83DF30) is known color: Yellow Green. HEX triplet: 83, DF and 30. RGB value is (131,223,48). Sum of RGB (Red+Green+Blue) = 131+223+48=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #83DF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DF30 is #7C20CF. Grayscale: #B0B0B0. Windows color (decimal): -8134864 or 3202947. OLE color: 3202947.
HSL color Cylindrical-coordinate representation of color #83DF30: hue angle of 91.54º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83DF30 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 48 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.13 |
| HSL | 91.54º | 0.73% | 0.53% | - |
| HSV(B) | 91.54º | 0.78% | 0.87% | - |
| XYZ | 36.28 | 57.81 | 12.04 | - |
| YUV | 175.54 | 56.02 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 48 | 0.41 | 0 | 0.78 | 0.13 | 91.54 | 0.73 | 0.53 |
| Hex | 83 | DF | 30 | 29 | 0 | 4E | D | 5C | 49 | 35 |
| Octal | 203 | 337 | 60 | 51 | 0 | 116 | 15 | 134 | 111 | 65 |
| Binary | 10000011 | 11011111 | 110000 | 101001 | 0 | 1001110 | 1101 | 1011100 | 1001001 | 110101 |
Color Harmonies of #83DF30
Complementary color
Monochromatic Colors of #83DF30
Black with #83DF30
Text Example
Text Example
White with #83DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DF30; }
p { color: rgb(131,223,48); }
H1.HeaderClassName
{
color: #83DF30;
}
.AnyTagClassName
{
color: #83DF30;
}
</style>
background-color css
<style>
a { background-color: #83DF30; }
a { background-color: rgb(131,223,48); }
div.DivClassName
{
background-color: #83DF30;
}
.BgClassName
{
background-color: #83DF30;
}
</style>
border-color css
<style>
span { border-color: #83DF30; }
span { border-color: rgb(131,223,48); }
td.TdClassName
{
border-color: #83DF30;
}
.TagClassName
{
border-color: #83DF30;
}
</style>