Html Css Color HEX #83BE1D Lima

📋 copy color: '#83BE1D'

red 131 ◦ green 190 ◦ blue 29

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

Shades of Lima #83BE1D

Tints of Lima #83BE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.29%

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 37.43%
G = 54.29%
B = 8.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#83BE1D (or 0x83BE1D) is known color: Lima. HEX triplet: 83, BE and 1D. RGB value is (131,190,29). Sum of RGB (Red+Green+Blue) = 131+190+29=350 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.43% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #83BE1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BE1D is #7C41E2. Grayscale: #9A9A9A. Windows color (decimal): -8143331 or 1949315. OLE color: 1949315.

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

Color convert

RGB 131 190 29 -
CMYK 0.31 0 0.85 0.25
HSL 81.99º 0.74% 0.43% -
HSV(B) 81.99º 0.85% 0.75% -
XYZ 28 41.74 7.74 -
YUV 154.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 131 190 29 0.31 0 0.85 0.25 81.99 0.74 0.43
Hex 83 BE 1D 1F 0 55 19 52 4A 2B
Octal 203 276 35 37 0 125 31 122 112 53
Binary 10000011 10111110 11101 11111 0 1010101 11001 1010010 1001010 101011

Color Harmonies of #83BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BE1D

Black with #83BE1D

Text Example


Text Example

White with #83BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,190,29); }

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

background-color css

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

 a { background-color: rgb(131,190,29); }

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

border-color css

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

 span { border-color: rgb(131,190,29); }

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