#53981C

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

Shades of Limeade #53981C

Tints of Limeade #53981C

Color information

#53981C (or 0x53981C) is unknown color: approx Limeade. HEX triplet: 53, 98 and 1C. RGB value is (83,152,28). Sum of RGB (Red+Green+Blue) = 83+152+28=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #53981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53981C is #AC67E3. Grayscale: #757575. Windows color (decimal): -11298788 or 1874003. OLE color: 1874003.

HSL color Cylindrical-coordinate representation of color #53981C: hue angle of 93.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53981C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB8315228-
CMYK0.4500.820.40
HSL93.39º68.89%35.29%-
HSV(B)93.39º81.58%59.61%-
XYZ15.0124.385.01-
YUV117.2377.64103.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 152 (59.77% from 255) = 57.79%
BLUE value IS 28 (11.33% from 255) = 10.65%
R=31.56%
G=57.79%
B=10.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83152280.4500.820.4093.3968.8935.29
Hex53981C2D052285d4523
Octal123230345501225013510543
Binary101001110011000111001011010101001010100010111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53981C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,152,28); }

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

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

 a { background-color: rgb(83,152,28); }

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

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

 span { border-color: rgb(83,152,28); }

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