#83C20D

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

Shades of Lima #83C20D

Tints of Lima #83C20D

Color information

#83C20D (or 0x83C20D) is unknown color: approx Lima. HEX triplet: 83, C2 and 0D. RGB value is (131,194,13). Sum of RGB (Red+Green+Blue) = 131+194+13=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #83C20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C20D is #7C3DF2. Grayscale: #9B9B9B. Windows color (decimal): -8142323 or 901763. OLE color: 901763.

HSL color Cylindrical-coordinate representation of color #83C20D: hue angle of 80.88º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83C20D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB13119413-
CMYK0.3200.930.24
HSL80.88º87.44%40.59%-
HSV(B)80.88º93.3%76.08%-
XYZ28.7243.447.25-
YUV154.5348.13111.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 194 (76.17% from 255) = 57.40%
BLUE value IS 13 (5.47% from 255) = 3.85%
R=38.76%
G=57.40%
B=3.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131194130.3200.930.2480.8887.4440.59
Hex83C2D2005D18515729
Octal203302154001353012112751
Binary10000011110000101101100000010111011100010100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,194,13); }

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

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

 a { background-color: rgb(131,194,13); }

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

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

 span { border-color: rgb(131,194,13); }

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