#53940C

Color #53940C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #53940C

Tints of Limeade #53940C

Color information

#53940C (or 0x53940C) is unknown color: approx Limeade. HEX triplet: 53, 94 and 0C. RGB value is (83,148,12). Sum of RGB (Red+Green+Blue) = 83+148+12=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #53940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53940C is #AC6BF3. Grayscale: #717171. Windows color (decimal): -11299828 or 824403. OLE color: 824403.

HSL color Cylindrical-coordinate representation of color #53940C: hue angle of 88.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53940C is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB8314812-
CMYK0.4400.920.42
HSL88.68º85%31.37%-
HSV(B)88.68º91.89%58.04%-
XYZ14.2223.054.05-
YUV113.0670.97106.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 148 (58.20% from 255) = 60.91%
BLUE value IS 12 (5.08% from 255) = 4.94%
R=34.16%
G=60.91%
B=4.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148120.4400.920.4288.688531.37
Hex5394C2C05C2A59551f
Octal123224145401345213112537
Binary1010011100101001100101100010111001010101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53940C; }

 p { color: rgb(83,148,12); }

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

<style>
 a { background-color: #53940C; }

 a { background-color: rgb(83,148,12); }

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

<style>
 span { border-color: #53940C; }

 span { border-color: rgb(83,148,12); }

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