#83C613

Color #83C613 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #83C613

Tints of Lima #83C613

Color information

#83C613 (or 0x83C613) is unknown color: approx Lima. HEX triplet: 83, C6 and 13. RGB value is (131,198,19). Sum of RGB (Red+Green+Blue) = 131+198+19=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #83C613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C613 is #7C39EC. Grayscale: #9E9E9E. Windows color (decimal): -8141293 or 1296003. OLE color: 1296003.

HSL color Cylindrical-coordinate representation of color #83C613: hue angle of 82.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83C613 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB13119819-
CMYK0.3400.900.22
HSL82.46º82.49%42.55%-
HSV(B)82.46º90.4%77.65%-
XYZ29.6745.267.79-
YUV157.5649.8109.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 198 (77.73% from 255) = 56.90%
BLUE value IS 19 (7.81% from 255) = 5.46%
R=37.64%
G=56.90%
B=5.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131198190.3400.900.2282.4682.4942.55
Hex83C6132205A1652522b
Octal203306234201322612212253
Binary100000111100011010011100010010110101011010100101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,198,19); }

 H1.HeaderClassName
 {
   color: #83C613;
 }
 .AnyTagClassName
 {
   color: #83C613;
 }
</style>
background-color css

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

 a { background-color: rgb(131,198,19); }

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

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

 span { border-color: rgb(131,198,19); }

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