#83BF25

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

Shades of Lima #83BF25

Tints of Lima #83BF25

Color information

#83BF25 (or 0x83BF25) is unknown color: approx Lima. HEX triplet: 83, BF and 25. RGB value is (131,191,37). Sum of RGB (Red+Green+Blue) = 131+191+37=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF25 is #7C40DA. Grayscale: #9C9C9C. Windows color (decimal): -8143067 or 2473859. OLE color: 2473859.

HSL color Cylindrical-coordinate representation of color #83BF25: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83BF25 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB13119137-
CMYK0.3100.810.25
HSL83.38º67.54%44.71%-
HSV(B)83.38º80.63%74.9%-
XYZ28.3242.228.41-
YUV155.561.12110.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=36.49%
G=53.20%
B=10.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131191370.3100.810.2583.3867.5444.71
Hex83BF251F0511953442d
Octal203277453701213112310455
Binary100000111011111110010111111010100011100110100111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,191,37); }

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

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

 a { background-color: rgb(131,191,37); }

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

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

 span { border-color: rgb(131,191,37); }

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