#83B51D

Color #83B51D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83B51D

Tints of Lima #83B51D

Color information

#83B51D (or 0x83B51D) is unknown color: approx Lima. HEX triplet: 83, B5 and 1D. RGB value is (131,181,29). Sum of RGB (Red+Green+Blue) = 131+181+29=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #83B51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B51D is #7C4AE2. Grayscale: #959595. Windows color (decimal): -8145635 or 1947011. OLE color: 1947011.

HSL color Cylindrical-coordinate representation of color #83B51D: hue angle of 79.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83B51D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB13118129-
CMYK0.2800.840.29
HSL79.74º72.38%41.18%-
HSV(B)79.74º83.98%70.98%-
XYZ26.1137.967.11-
YUV148.7260.44115.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 29 (11.72% from 255) = 8.50%
R=38.42%
G=53.08%
B=8.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131181290.2800.840.2979.7472.3841.18
Hex83B51D1C0541D504829
Octal203265353401243512011051
Binary10000011101101011110111100010101001110110100001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83B51D; }

 p { color: rgb(131,181,29); }

 H1.HeaderClassName
 {
   color: #83B51D;
 }
 .AnyTagClassName
 {
   color: #83B51D;
 }
</style>
background-color css

<style>
 a { background-color: #83B51D; }

 a { background-color: rgb(131,181,29); }

 div.DivClassName
 {
   background-color: #83B51D;
 }
 .BgClassName
 {
   background-color: #83B51D;
 }
</style>
border-color css

<style>
 span { border-color: #83B51D; }

 span { border-color: rgb(131,181,29); }

 td.TdClassName
 {
   border-color: #83B51D;
 }
 .TagClassName
 {
   border-color: #83B51D;
 }
</style>