Html Css Color HEX #83B31F Lima

📋 copy color: '#83B31F'

red 131 ◦ green 179 ◦ blue 31

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

Shades of Lima #83B31F

Tints of Lima #83B31F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

 BLUE value IS 31 (12.5% from 255) = 9.09%

R = 38.42%
G = 52.49%
B = 9.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#83B31F (or 0x83B31F) is known color: Lima. HEX triplet: 83, B3 and 1F. RGB value is (131,179,31). Sum of RGB (Red+Green+Blue) = 131+179+31=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #83B31F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B31F is #7C4CE0. Grayscale: #949494. Windows color (decimal): -8146145 or 2077571. OLE color: 2077571.

HSL color Cylindrical-coordinate representation of color #83B31F: hue angle of 79.46º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83B31F is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 31 -
CMYK 0.27 0 0.83 0.30
HSL 79.46º 0.7% 0.41% -
HSV(B) 79.46º 0.83% 0.7% -
XYZ 25.73 37.16 7.11 -
YUV 147.78 62.1 116.03 -
System Red Green Blue C M Y K H S L
Decimal 131 179 31 0.27 0 0.83 0.30 79.46 0.7 0.41
Hex 83 B3 1F 1B 0 53 1E 4F 46 29
Octal 203 263 37 33 0 123 36 117 106 51
Binary 10000011 10110011 11111 11011 0 1010011 11110 1001111 1000110 101001

Color Harmonies of #83B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B31F

Black with #83B31F

Text Example


Text Example

White with #83B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,31); }

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

background-color css

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

 a { background-color: rgb(131,179,31); }

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

border-color css

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

 span { border-color: rgb(131,179,31); }

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