#83BD07

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

Shades of Lima #83BD07

Tints of Lima #83BD07

Color information

#83BD07 (or 0x83BD07) is unknown color: approx Lima. HEX triplet: 83, BD and 07. RGB value is (131,189,7). Sum of RGB (Red+Green+Blue) = 131+189+7=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD07 is #7C42F8. Grayscale: #979797. Windows color (decimal): -8143609 or 507267. OLE color: 507267.

HSL color Cylindrical-coordinate representation of color #83BD07: hue angle of 79.12º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83BD07 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1311897-
CMYK0.3100.960.26
HSL79.12º92.86%38.43%-
HSV(B)79.12º96.3%74.12%-
XYZ27.641.246.71-
YUV150.9146.78113.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 189 (74.22% from 255) = 57.80%
BLUE value IS 7 (3.12% from 255) = 2.14%
R=40.06%
G=57.80%
B=2.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13118970.3100.960.2679.1292.8638.43
Hex83BD71F0601A4f5d26
Octal20327573701403211713546
Binary100000111011110111111111011000001101010011111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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