Html Css Color HEX #83BF14 Lima

📋 copy color: '#83BF14'

red 131 ◦ green 191 ◦ blue 20

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

Shades of Lima #83BF14

Tints of Lima #83BF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 38.3%
G = 55.85%
B = 5.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#83BF14 (or 0x83BF14) is known color: Lima. HEX triplet: 83, BF and 14. RGB value is (131,191,20). Sum of RGB (Red+Green+Blue) = 131+191+20=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF14 is #7C40EB. Grayscale: #9A9A9A. Windows color (decimal): -8143084 or 1359747. OLE color: 1359747.

HSL color Cylindrical-coordinate representation of color #83BF14: hue angle of 81.05º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83BF14 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 20 -
CMYK 0.31 0 0.90 0.25
HSL 81.05º 0.81% 0.41% -
HSV(B) 81.05º 0.9% 0.75% -
XYZ 28.12 42.14 7.31 -
YUV 153.57 52.62 111.9 -
System Red Green Blue C M Y K H S L
Decimal 131 191 20 0.31 0 0.90 0.25 81.05 0.81 0.41
Hex 83 BF 14 1F 0 5A 19 51 51 29
Octal 203 277 24 37 0 132 31 121 121 51
Binary 10000011 10111111 10100 11111 0 1011010 11001 1010001 1010001 101001

Color Harmonies of #83BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF14

Black with #83BF14

Text Example


Text Example

White with #83BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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