#83B807

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

Shades of Lima #83B807

Tints of Lima #83B807

Color information

#83B807 (or 0x83B807) is unknown color: approx Lima. HEX triplet: 83, B8 and 07. RGB value is (131,184,7). Sum of RGB (Red+Green+Blue) = 131+184+7=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #83B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B807 is #7C47F8. Grayscale: #949494. Windows color (decimal): -8144889 or 505987. OLE color: 505987.

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

Color convert

RGB1311847-
CMYK0.2900.960.28
HSL77.97º92.67%37.45%-
HSV(B)77.97º96.2%72.16%-
XYZ26.5439.126.35-
YUV147.9848.44115.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 184 (72.27% from 255) = 57.14%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=40.68%
G=57.14%
B=2.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13118470.2900.960.2877.9792.6737.45
Hex83B871D0601C4e5d25
Octal20327073501403411613545
Binary100000111011100011111101011000001110010011101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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