#83C51F

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

Shades of Lima #83C51F

Tints of Lima #83C51F

Color information

#83C51F (or 0x83C51F) is unknown color: approx Lima. HEX triplet: 83, C5 and 1F. RGB value is (131,197,31). Sum of RGB (Red+Green+Blue) = 131+197+31=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #83C51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C51F is #7C3AE0. Grayscale: #9E9E9E. Windows color (decimal): -8141537 or 2082179. OLE color: 2082179.

HSL color Cylindrical-coordinate representation of color #83C51F: hue angle of 83.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83C51F is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB13119731-
CMYK0.3400.840.23
HSL83.86º72.81%44.71%-
HSV(B)83.86º84.26%77.25%-
XYZ29.5744.868.4-
YUV158.3456.13108.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.49%
GREEN value IS 197 (77.34% from 255) = 54.87%
BLUE value IS 31 (12.5% from 255) = 8.64%
R=36.49%
G=54.87%
B=8.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal131197310.3400.840.2383.8672.8144.71
Hex83C51F220541754492d
Octal203305374201242712411155
Binary100000111100010111111100010010101001011110101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,197,31); }

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

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

 a { background-color: rgb(131,197,31); }

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

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

 span { border-color: rgb(131,197,31); }

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