Html Css Color HEX #83B71D Lima

📋 copy color: '#83B71D'

red 131 ◦ green 183 ◦ blue 29

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

Shades of Lima #83B71D

Tints of Lima #83B71D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.35%

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 38.19%
G = 53.35%
B = 8.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#83B71D (or 0x83B71D) is known color: Lima. HEX triplet: 83, B7 and 1D. RGB value is (131,183,29). Sum of RGB (Red+Green+Blue) = 131+183+29=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #83B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B71D is #7C48E2. Grayscale: #969696. Windows color (decimal): -8145123 or 1947523. OLE color: 1947523.

HSL color Cylindrical-coordinate representation of color #83B71D: hue angle of 80.26º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83B71D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 183 29 -
CMYK 0.28 0 0.84 0.28
HSL 80.26º 0.73% 0.42% -
HSV(B) 80.26º 0.84% 0.72% -
XYZ 26.52 38.78 7.25 -
YUV 149.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 131 183 29 0.28 0 0.84 0.28 80.26 0.73 0.42
Hex 83 B7 1D 1C 0 54 1C 50 49 2A
Octal 203 267 35 34 0 124 34 120 111 52
Binary 10000011 10110111 11101 11100 0 1010100 11100 1010000 1001001 101010

Color Harmonies of #83B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B71D

Black with #83B71D

Text Example


Text Example

White with #83B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,183,29); }

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

background-color css

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

 a { background-color: rgb(131,183,29); }

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

border-color css

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

 span { border-color: rgb(131,183,29); }

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