Html Css Color HEX #83BF1F Lima

📋 copy color: '#83BF1F'

red 131 ◦ green 191 ◦ blue 31

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

Shades of Lima #83BF1F

Tints of Lima #83BF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 54.11%

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

R = 37.11%
G = 54.11%
B = 8.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#83BF1F (or 0x83BF1F) is known color: Lima. HEX triplet: 83, BF and 1F. RGB value is (131,191,31). Sum of RGB (Red+Green+Blue) = 131+191+31=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF1F is #7C40E0. Grayscale: #9B9B9B. Windows color (decimal): -8143073 or 2080643. OLE color: 2080643.

HSL color Cylindrical-coordinate representation of color #83BF1F: hue angle of 82.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83BF1F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 31 -
CMYK 0.31 0 0.84 0.25
HSL 82.5º 0.72% 0.44% -
HSV(B) 82.5º 0.84% 0.75% -
XYZ 28.24 42.19 7.95 -
YUV 154.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 131 191 31 0.31 0 0.84 0.25 82.5 0.72 0.44
Hex 83 BF 1F 1F 0 54 19 52 48 2C
Octal 203 277 37 37 0 124 31 122 110 54
Binary 10000011 10111111 11111 11111 0 1010100 11001 1010010 1001000 101100

Color Harmonies of #83BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF1F

Black with #83BF1F

Text Example


Text Example

White with #83BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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