#83BE10

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

Shades of Lima #83BE10

Tints of Lima #83BE10

Color information

#83BE10 (or 0x83BE10) is unknown color: approx Lima. HEX triplet: 83, BE and 10. RGB value is (131,190,16). Sum of RGB (Red+Green+Blue) = 131+190+16=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BE10 is #7C41EF. Grayscale: #999999. Windows color (decimal): -8143344 or 1097347. OLE color: 1097347.

HSL color Cylindrical-coordinate representation of color #83BE10: hue angle of 80.34º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83BE10 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB13119016-
CMYK0.3100.920.25
HSL80.34º84.47%40.39%-
HSV(B)80.34º91.58%74.51%-
XYZ27.8741.697.07-
YUV152.5250.95112.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 16 (6.64% from 255) = 4.75%
R=38.87%
G=56.38%
B=4.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131190160.3100.920.2580.3484.4740.39
Hex83BE101F05C19505428
Octal203276203701343112012450
Binary10000011101111101000011111010111001100110100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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