Html Css Color HEX #83B40B Lima

📋 copy color: '#83B40B'

red 131 ◦ green 180 ◦ blue 11

#83B40B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #83B40B

Tints of Lima #83B40B

RGB

 RED value IS 131 (51.56% from 255) = 40.68%

 GREEN value IS 180 (70.7% from 255) = 55.9%

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 40.68%
G = 55.9%
B = 3.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#83B40B (or 0x83B40B) is known color: Lima. HEX triplet: 83, B4 and 0B. RGB value is (131,180,11). Sum of RGB (Red+Green+Blue) = 131+180+11=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #83B40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B40B is #7C4BF4. Grayscale: #929292. Windows color (decimal): -8145909 or 767107. OLE color: 767107.

HSL color Cylindrical-coordinate representation of color #83B40B: hue angle of 77.4º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B40B is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 11 -
CMYK 0.27 0 0.94 0.29
HSL 77.4º 0.88% 0.37% -
HSV(B) 77.4º 0.94% 0.71% -
XYZ 25.74 37.49 6.2 -
YUV 146.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 131 180 11 0.27 0 0.94 0.29 77.4 0.88 0.37
Hex 83 B4 B 1B 0 5E 1D 4D 58 25
Octal 203 264 13 33 0 136 35 115 130 45
Binary 10000011 10110100 1011 11011 0 1011110 11101 1001101 1011000 100101

Color Harmonies of #83B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B40B

Black with #83B40B

Text Example


Text Example

White with #83B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,11); }

 H1.HeaderClassName
 {
   color: #83B40B;
 }
 .AnyTagClassName
 {
   color: #83B40B;
 }
</style>

background-color css

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

 a { background-color: rgb(131,180,11); }

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

border-color css

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

 span { border-color: rgb(131,180,11); }

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