#539732

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

Shades of Limeade #539732

Tints of Limeade #539732

Color information

#539732 (or 0x539732) is unknown color: approx Limeade. HEX triplet: 53, 97 and 32. RGB value is (83,151,50). Sum of RGB (Red+Green+Blue) = 83+151+50=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #539732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539732 is #AC68CD. Grayscale: #777777. Windows color (decimal): -11299022 or 3315539. OLE color: 3315539.

HSL color Cylindrical-coordinate representation of color #539732: hue angle of 100.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #539732 is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB8315150-
CMYK0.4500.670.41
HSL100.4º50.25%39.41%-
HSV(B)100.4º66.89%59.22%-
XYZ15.2124.26.89-
YUV119.1588.97102.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=29.23%
G=53.17%
B=17.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151500.4500.670.41100.450.2539.41
Hex5397322D04329643227
Octal12322762550103511446247
Binary101001110010111110010101101010000111010011100100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539732; }

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

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

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

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

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

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

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

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