#53940A

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

Shades of Limeade #53940A

Tints of Limeade #53940A

Color information

#53940A (or 0x53940A) is unknown color: approx Limeade. HEX triplet: 53, 94 and 0A. RGB value is (83,148,10). Sum of RGB (Red+Green+Blue) = 83+148+10=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #53940A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53940A is #AC6BF5. Grayscale: #717171. Windows color (decimal): -11299830 or 693331. OLE color: 693331.

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

Color convert

RGB8314810-
CMYK0.4400.930.42
HSL88.26º87.34%30.98%-
HSV(B)88.26º93.24%58.04%-
XYZ14.2123.043.99-
YUV112.8369.97106.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 148 (58.20% from 255) = 61.41%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=34.44%
G=61.41%
B=4.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83148100.4400.930.4288.2687.3430.98
Hex5394A2C05D2A58571f
Octal123224125401355213012737
Binary1010011100101001010101100010111011010101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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