Html Css Color HEX #83BB14 Lima

📋 copy color: '#83BB14'

red 131 ◦ green 187 ◦ blue 20

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

Shades of Lima #83BB14

Tints of Lima #83BB14

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.33%

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

R = 38.76%
G = 55.33%
B = 5.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#83BB14 (or 0x83BB14) is known color: Lima. HEX triplet: 83, BB and 14. RGB value is (131,187,20). Sum of RGB (Red+Green+Blue) = 131+187+20=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 187 (73.44% from 255 or 55.33% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BB14 is #7C44EB. Grayscale: #979797. Windows color (decimal): -8144108 or 1358723. OLE color: 1358723.

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

Color convert

RGB 131 187 20 -
CMYK 0.30 0 0.89 0.27
HSL 80.12º 0.81% 0.41% -
HSV(B) 80.12º 0.89% 0.73% -
XYZ 27.26 40.42 7.03 -
YUV 151.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 131 187 20 0.30 0 0.89 0.27 80.12 0.81 0.41
Hex 83 BB 14 1E 0 59 1B 50 51 29
Octal 203 273 24 36 0 131 33 120 121 51
Binary 10000011 10111011 10100 11110 0 1011001 11011 1010000 1010001 101001

Color Harmonies of #83BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB14

Black with #83BB14

Text Example


Text Example

White with #83BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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