#83BF10

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

Shades of Lima #83BF10

Tints of Lima #83BF10

Color information

#83BF10 (or 0x83BF10) is unknown color: approx Lima. HEX triplet: 83, BF and 10. RGB value is (131,191,16). Sum of RGB (Red+Green+Blue) = 131+191+16=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF10 is #7C40EF. Grayscale: #999999. Windows color (decimal): -8143088 or 1097603. OLE color: 1097603.

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

Color convert

RGB13119116-
CMYK0.3100.920.25
HSL80.57º84.54%40.59%-
HSV(B)80.57º91.62%74.9%-
XYZ28.0842.127.14-
YUV153.1150.62112.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 16 (6.64% from 255) = 4.73%
R=38.76%
G=56.51%
B=4.73%

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
Decimal131191160.3100.920.2580.5784.5440.59
Hex83BF101F05C19515529
Octal203277203701343112112551
Binary10000011101111111000011111010111001100110100011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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