Html Css Color HEX #83B507 Lima

📋 copy color: '#83B507'

red 131 ◦ green 181 ◦ blue 7

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

Shades of Lima #83B507

Tints of Lima #83B507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.74%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 41.07%
G = 56.74%
B = 2.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#83B507 (or 0x83B507) is known color: Lima. HEX triplet: 83, B5 and 07. RGB value is (131,181,7). Sum of RGB (Red+Green+Blue) = 131+181+7=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #83B507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B507 is #7C4AF8. Grayscale: #929292. Windows color (decimal): -8145657 or 505219. OLE color: 505219.

HSL color Cylindrical-coordinate representation of color #83B507: hue angle of 77.24º degrees, saturation: 0.93, 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 #83B507 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 7 -
CMYK 0.28 0 0.96 0.29
HSL 77.24º 0.93% 0.37% -
HSV(B) 77.24º 0.96% 0.71% -
XYZ 25.92 37.89 6.15 -
YUV 146.21 49.44 117.15 -
System Red Green Blue C M Y K H S L
Decimal 131 181 7 0.28 0 0.96 0.29 77.24 0.93 0.37
Hex 83 B5 7 1C 0 60 1D 4D 5D 25
Octal 203 265 7 34 0 140 35 115 135 45
Binary 10000011 10110101 111 11100 0 1100000 11101 1001101 1011101 100101

Color Harmonies of #83B507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B507

Black with #83B507

Text Example


Text Example

White with #83B507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,7); }

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

background-color css

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

 a { background-color: rgb(131,181,7); }

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

border-color css

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

 span { border-color: rgb(131,181,7); }

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