#83AF10

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

Shades of Lima #83AF10

Tints of Lima #83AF10

Color information

#83AF10 (or 0x83AF10) is unknown color: approx Lima. HEX triplet: 83, AF and 10. RGB value is (131,175,16). Sum of RGB (Red+Green+Blue) = 131+175+16=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF10 is #7C50EF. Grayscale: #909090. Windows color (decimal): -8147184 or 1093507. OLE color: 1093507.

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

Color convert

RGB13117516-
CMYK0.2500.910.31
HSL76.6º83.25%37.45%-
HSV(B)76.6º90.86%68.63%-
XYZ24.7835.526.04-
YUV143.7255.92118.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 175 (68.75% from 255) = 54.35%
BLUE value IS 16 (6.64% from 255) = 4.97%
R=40.68%
G=54.35%
B=4.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175160.2500.910.3176.683.2537.45
Hex83AF101905B1F4d5325
Octal203257203101333711512345
Binary10000011101011111000011001010110111111110011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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