#83BD11

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

Shades of Lima #83BD11

Tints of Lima #83BD11

Color information

#83BD11 (or 0x83BD11) is unknown color: approx Lima. HEX triplet: 83, BD and 11. RGB value is (131,189,17). Sum of RGB (Red+Green+Blue) = 131+189+17=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD11 is #7C42EE. Grayscale: #989898. Windows color (decimal): -8143599 or 1162627. OLE color: 1162627.

HSL color Cylindrical-coordinate representation of color #83BD11: hue angle of 80.23º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83BD11 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB13118917-
CMYK0.3100.910.26
HSL80.23º83.5%40.39%-
HSV(B)80.23º91.01%74.12%-
XYZ27.6641.267.04-
YUV152.0551.78112.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=38.87%
G=56.08%
B=5.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131189170.3100.910.2680.2383.540.39
Hex83BD111F05B1A505328
Octal203275213701333212012350
Binary10000011101111011000111111010110111101010100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,17); }

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

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

 a { background-color: rgb(131,189,17); }

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

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

 span { border-color: rgb(131,189,17); }

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