#53970E

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

Shades of Limeade #53970E

Tints of Limeade #53970E

Color information

#53970E (or 0x53970E) is unknown color: approx Limeade. HEX triplet: 53, 97 and 0E. RGB value is (83,151,14). Sum of RGB (Red+Green+Blue) = 83+151+14=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 151 (59.38% from 255 or 60.89% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 151 - color contains mainly: green. Hex color #53970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53970E is #AC68F1. Grayscale: #737373. Windows color (decimal): -11299058 or 956243. OLE color: 956243.

HSL color Cylindrical-coordinate representation of color #53970E: hue angle of 89.78º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53970E is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB8315114-
CMYK0.4500.910.41
HSL89.78º83.03%32.35%-
HSV(B)89.78º90.73%59.22%-
XYZ14.71244.27-
YUV115.0570.97105.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 151 (59.38% from 255) = 60.89%
BLUE value IS 14 (5.86% from 255) = 5.65%
R=33.47%
G=60.89%
B=5.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151140.4500.910.4189.7883.0332.35
Hex5397E2D05B295a5320
Octal123227165501335113212340
Binary10100111001011111101011010101101110100110110101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53970E; }

 p { color: rgb(83,151,14); }

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

<style>
 a { background-color: #53970E; }

 a { background-color: rgb(83,151,14); }

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

<style>
 span { border-color: #53970E; }

 span { border-color: rgb(83,151,14); }

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