Shades of Yellow Green #83DB2A
Tints of Yellow Green #83DB2A
RGB
CMYK
RGB Variations
Color information
#83DB2A (or 0x83DB2A) is known color: Yellow Green. HEX triplet: 83, DB and 2A. RGB value is (131,219,42). Sum of RGB (Red+Green+Blue) = 131+219+42=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 219 (85.94% from 255 or 55.87% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 219 - color contains mainly: green. Hex color #83DB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83DB2A is #7C24D5. Grayscale: #ADADAD. Windows color (decimal): -8135894 or 2808707. OLE color: 2808707.
HSL color Cylindrical-coordinate representation of color #83DB2A: hue angle of 89.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83DB2A is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 219 | 42 | - |
| CMYK | 0.40 | 0 | 0.81 | 0.14 |
| HSL | 89.83º | 0.71% | 0.51% | - |
| HSV(B) | 89.83º | 0.81% | 0.86% | - |
| XYZ | 35.11 | 55.66 | 11.08 | - |
| YUV | 172.51 | 54.35 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 219 | 42 | 0.40 | 0 | 0.81 | 0.14 | 89.83 | 0.71 | 0.51 |
| Hex | 83 | DB | 2A | 28 | 0 | 51 | E | 5A | 47 | 33 |
| Octal | 203 | 333 | 52 | 50 | 0 | 121 | 16 | 132 | 107 | 63 |
| Binary | 10000011 | 11011011 | 101010 | 101000 | 0 | 1010001 | 1110 | 1011010 | 1000111 | 110011 |
Color Harmonies of #83DB2A
Complementary color
Monochromatic Colors of #83DB2A
Black with #83DB2A
Text Example
Text Example
White with #83DB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DB2A; }
p { color: rgb(131,219,42); }
H1.HeaderClassName
{
color: #83DB2A;
}
.AnyTagClassName
{
color: #83DB2A;
}
</style>
background-color css
<style>
a { background-color: #83DB2A; }
a { background-color: rgb(131,219,42); }
div.DivClassName
{
background-color: #83DB2A;
}
.BgClassName
{
background-color: #83DB2A;
}
</style>
border-color css
<style>
span { border-color: #83DB2A; }
span { border-color: rgb(131,219,42); }
td.TdClassName
{
border-color: #83DB2A;
}
.TagClassName
{
border-color: #83DB2A;
}
</style>