Html Css Color HEX #83BF11 Lima

📋 copy color: '#83BF11'

red 131 ◦ green 191 ◦ blue 17

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

Shades of Lima #83BF11

Tints of Lima #83BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 38.64%
G = 56.34%
B = 5.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#83BF11 (or 0x83BF11) is known color: Lima. HEX triplet: 83, BF and 11. RGB value is (131,191,17). Sum of RGB (Red+Green+Blue) = 131+191+17=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF11 is #7C40EE. Grayscale: #999999. Windows color (decimal): -8143087 or 1163139. OLE color: 1163139.

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

Color convert

RGB 131 191 17 -
CMYK 0.31 0 0.91 0.25
HSL 80.69º 0.84% 0.41% -
HSV(B) 80.69º 0.91% 0.75% -
XYZ 28.09 42.13 7.18 -
YUV 153.22 51.12 112.15 -
System Red Green Blue C M Y K H S L
Decimal 131 191 17 0.31 0 0.91 0.25 80.69 0.84 0.41
Hex 83 BF 11 1F 0 5B 19 51 54 29
Octal 203 277 21 37 0 133 31 121 124 51
Binary 10000011 10111111 10001 11111 0 1011011 11001 1010001 1010100 101001

Color Harmonies of #83BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF11

Black with #83BF11

Text Example


Text Example

White with #83BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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