Shades of Lawn Green #83D505
Tints of Lawn Green #83D505
RGB
CMYK
RGB Variations
Color information
#83D505 (or 0x83D505) is known color: Lawn Green. HEX triplet: 83, D5 and 05. RGB value is (131,213,5). Sum of RGB (Red+Green+Blue) = 131+213+5=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #83D505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83D505 is #7C2AFA. Grayscale: #A5A5A5. Windows color (decimal): -8137467 or 382339. OLE color: 382339.
HSL color Cylindrical-coordinate representation of color #83D505: hue angle of 83.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #83D505 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
RGB | 131 | 213 | 5 | - |
CMYK | 0.38 | 0 | 0.98 | 0.16 |
HSL | 83.65º | 0.95% | 0.43% | - |
HSV(B) | 83.65º | 0.98% | 0.84% | - |
XYZ | 33.18 | 52.42 | 8.51 | - |
YUV | 164.77 | 37.83 | 103.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 131 | 213 | 5 | 0.38 | 0 | 0.98 | 0.16 | 83.65 | 0.95 | 0.43 |
Hex | 83 | D5 | 5 | 26 | 0 | 62 | 10 | 54 | 5F | 2B |
Octal | 203 | 325 | 5 | 46 | 0 | 142 | 20 | 124 | 137 | 53 |
Binary | 10000011 | 11010101 | 101 | 100110 | 0 | 1100010 | 10000 | 1010100 | 1011111 | 101011 |
Color Harmonies of #83D505
Complementary color
Monochromatic Colors of #83D505
Black with #83D505
Text Example
Text Example
White with #83D505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D505; }
p { color: rgb(131,213,5); }
H1.HeaderClassName
{
color: #83D505;
}
.AnyTagClassName
{
color: #83D505;
}
</style>
background-color css
<style>
a { background-color: #83D505; }
a { background-color: rgb(131,213,5); }
div.DivClassName
{
background-color: #83D505;
}
.BgClassName
{
background-color: #83D505;
}
</style>
border-color css
<style>
span { border-color: #83D505; }
span { border-color: rgb(131,213,5); }
td.TdClassName
{
border-color: #83D505;
}
.TagClassName
{
border-color: #83D505;
}
</style>