#83B710

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

Shades of Lima #83B710

Tints of Lima #83B710

Color information

#83B710 (or 0x83B710) is unknown color: approx Lima. HEX triplet: 83, B7 and 10. RGB value is (131,183,16). Sum of RGB (Red+Green+Blue) = 131+183+16=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #83B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B710 is #7C48EF. Grayscale: #959595. Windows color (decimal): -8145136 or 1095555. OLE color: 1095555.

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

Color convert

RGB13118316-
CMYK0.2800.910.28
HSL78.68º83.92%39.02%-
HSV(B)78.68º91.26%71.76%-
XYZ26.3938.736.58-
YUV148.4153.27115.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.70%
GREEN value IS 183 (71.88% from 255) = 55.45%
BLUE value IS 16 (6.64% from 255) = 4.85%
R=39.70%
G=55.45%
B=4.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131183160.2800.910.2878.6883.9239.02
Hex83B7101C05B1C4f5427
Octal203267203401333411712447
Binary10000011101101111000011100010110111110010011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,16); }

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

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

 a { background-color: rgb(131,183,16); }

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

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

 span { border-color: rgb(131,183,16); }

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