Html Css Color HEX #83B40F Lima

📋 copy color: '#83B40F'

red 131 ◦ green 180 ◦ blue 15

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

Shades of Lima #83B40F

Tints of Lima #83B40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.6%

R = 40.18%
G = 55.21%
B = 4.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#83B40F (or 0x83B40F) is known color: Lima. HEX triplet: 83, B4 and 0F. RGB value is (131,180,15). Sum of RGB (Red+Green+Blue) = 131+180+15=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #83B40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B40F is #7C4BF0. Grayscale: #939393. Windows color (decimal): -8145905 or 1029251. OLE color: 1029251.

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

Color convert

RGB 131 180 15 -
CMYK 0.27 0 0.92 0.29
HSL 77.82º 0.85% 0.38% -
HSV(B) 77.82º 0.92% 0.71% -
XYZ 25.77 37.5 6.33 -
YUV 146.54 53.77 116.92 -
System Red Green Blue C M Y K H S L
Decimal 131 180 15 0.27 0 0.92 0.29 77.82 0.85 0.38
Hex 83 B4 F 1B 0 5C 1D 4E 55 26
Octal 203 264 17 33 0 134 35 116 125 46
Binary 10000011 10110100 1111 11011 0 1011100 11101 1001110 1010101 100110

Color Harmonies of #83B40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B40F

Black with #83B40F

Text Example


Text Example

White with #83B40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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