Html Css Color HEX #83B408 Lima

📋 copy color: '#83B408'

red 131 ◦ green 180 ◦ blue 8

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

Shades of Lima #83B408

Tints of Lima #83B408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

 BLUE value IS 8 (3.52% from 255) = 2.51%

R = 41.07%
G = 56.43%
B = 2.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#83B408 (or 0x83B408) is known color: Lima. HEX triplet: 83, B4 and 08. RGB value is (131,180,8). Sum of RGB (Red+Green+Blue) = 131+180+8=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #83B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B408 is #7C4BF7. Grayscale: #929292. Windows color (decimal): -8145912 or 570499. OLE color: 570499.

HSL color Cylindrical-coordinate representation of color #83B408: hue angle of 77.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B408 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 8 -
CMYK 0.27 0 0.96 0.29
HSL 77.09º 0.91% 0.37% -
HSV(B) 77.09º 0.96% 0.71% -
XYZ 25.73 37.49 6.11 -
YUV 145.74 50.27 117.49 -
System Red Green Blue C M Y K H S L
Decimal 131 180 8 0.27 0 0.96 0.29 77.09 0.91 0.37
Hex 83 B4 8 1B 0 60 1D 4D 5B 25
Octal 203 264 10 33 0 140 35 115 133 45
Binary 10000011 10110100 1000 11011 0 1100000 11101 1001101 1011011 100101

Color Harmonies of #83B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B408

Black with #83B408

Text Example


Text Example

White with #83B408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,8); }

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

background-color css

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

 a { background-color: rgb(131,180,8); }

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

border-color css

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

 span { border-color: rgb(131,180,8); }

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