Html Css Color HEX #83B80E Lima

📋 copy color: '#83B80E'

red 131 ◦ green 184 ◦ blue 14

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

Shades of Lima #83B80E

Tints of Lima #83B80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 39.82%
G = 55.93%
B = 4.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#83B80E (or 0x83B80E) is known color: Lima. HEX triplet: 83, B8 and 0E. RGB value is (131,184,14). Sum of RGB (Red+Green+Blue) = 131+184+14=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 184 (72.27% from 255 or 55.93% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 184 - color contains mainly: green. Hex color #83B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B80E is #7C47F1. Grayscale: #959595. Windows color (decimal): -8144882 or 964739. OLE color: 964739.

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

Color convert

RGB 131 184 14 -
CMYK 0.29 0 0.92 0.28
HSL 78.71º 0.86% 0.39% -
HSV(B) 78.71º 0.92% 0.72% -
XYZ 26.58 39.14 6.57 -
YUV 148.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 131 184 14 0.29 0 0.92 0.28 78.71 0.86 0.39
Hex 83 B8 E 1D 0 5C 1C 4F 56 27
Octal 203 270 16 35 0 134 34 117 126 47
Binary 10000011 10111000 1110 11101 0 1011100 11100 1001111 1010110 100111

Color Harmonies of #83B80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B80E

Black with #83B80E

Text Example


Text Example

White with #83B80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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