Html Css Color HEX #83B811 Lima

📋 copy color: '#83B811'

red 131 ◦ green 184 ◦ blue 17

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

Shades of Lima #83B811

Tints of Lima #83B811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 55.42%

 BLUE value IS 17 (7.03% from 255) = 5.12%

R = 39.46%
G = 55.42%
B = 5.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#83B811 (or 0x83B811) is known color: Lima. HEX triplet: 83, B8 and 11. RGB value is (131,184,17). Sum of RGB (Red+Green+Blue) = 131+184+17=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #83B811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B811 is #7C47EE. Grayscale: #959595. Windows color (decimal): -8144879 or 1161347. OLE color: 1161347.

HSL color Cylindrical-coordinate representation of color #83B811: hue angle of 79.04º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83B811 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 184 17 -
CMYK 0.29 0 0.91 0.28
HSL 79.04º 0.83% 0.39% -
HSV(B) 79.04º 0.91% 0.72% -
XYZ 26.6 39.15 6.68 -
YUV 149.12 53.44 115.08 -
System Red Green Blue C M Y K H S L
Decimal 131 184 17 0.29 0 0.91 0.28 79.04 0.83 0.39
Hex 83 B8 11 1D 0 5B 1C 4F 53 27
Octal 203 270 21 35 0 133 34 117 123 47
Binary 10000011 10111000 10001 11101 0 1011011 11100 1001111 1010011 100111

Color Harmonies of #83B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B811

Black with #83B811

Text Example


Text Example

White with #83B811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,184,17); }

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

background-color css

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

 a { background-color: rgb(131,184,17); }

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

border-color css

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

 span { border-color: rgb(131,184,17); }

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