Html Css Color HEX #83BD1D Lima

📋 copy color: '#83BD1D'

red 131 ◦ green 189 ◦ blue 29

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

Shades of Lima #83BD1D

Tints of Lima #83BD1D

RGB

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

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

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

R = 37.54%
G = 54.15%
B = 8.31%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#83BD1D (or 0x83BD1D) is known color: Lima. HEX triplet: 83, BD and 1D. RGB value is (131,189,29). Sum of RGB (Red+Green+Blue) = 131+189+29=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD1D is #7C42E2. Grayscale: #9A9A9A. Windows color (decimal): -8143587 or 1949059. OLE color: 1949059.

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

Color convert

RGB 131 189 29 -
CMYK 0.31 0 0.85 0.26
HSL 81.75º 0.73% 0.43% -
HSV(B) 81.75º 0.85% 0.74% -
XYZ 27.78 41.31 7.67 -
YUV 153.42 57.78 112.01 -
System Red Green Blue C M Y K H S L
Decimal 131 189 29 0.31 0 0.85 0.26 81.75 0.73 0.43
Hex 83 BD 1D 1F 0 55 1A 52 49 2B
Octal 203 275 35 37 0 125 32 122 111 53
Binary 10000011 10111101 11101 11111 0 1010101 11010 1010010 1001001 101011

Color Harmonies of #83BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BD1D

Black with #83BD1D

Text Example


Text Example

White with #83BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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