Html Css Color HEX #83BD13 Lima

📋 copy color: '#83BD13'

red 131 ◦ green 189 ◦ blue 19

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

Shades of Lima #83BD13

Tints of Lima #83BD13

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.75%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 38.64%
G = 55.75%
B = 5.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#83BD13 (or 0x83BD13) is known color: Lima. HEX triplet: 83, BD and 13. RGB value is (131,189,19). Sum of RGB (Red+Green+Blue) = 131+189+19=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD13 is #7C42EC. Grayscale: #989898. Windows color (decimal): -8143597 or 1293699. OLE color: 1293699.

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

Color convert

RGB 131 189 19 -
CMYK 0.31 0 0.90 0.26
HSL 80.47º 0.82% 0.41% -
HSV(B) 80.47º 0.9% 0.74% -
XYZ 27.68 41.27 7.12 -
YUV 152.28 52.78 112.82 -
System Red Green Blue C M Y K H S L
Decimal 131 189 19 0.31 0 0.90 0.26 80.47 0.82 0.41
Hex 83 BD 13 1F 0 5A 1A 50 52 29
Octal 203 275 23 37 0 132 32 120 122 51
Binary 10000011 10111101 10011 11111 0 1011010 11010 1010000 1010010 101001

Color Harmonies of #83BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD13

Black with #83BD13

Text Example


Text Example

White with #83BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,189,19); }

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

background-color css

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

 a { background-color: rgb(131,189,19); }

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

border-color css

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

 span { border-color: rgb(131,189,19); }

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