#539530

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

Shades of Limeade #539530

Tints of Limeade #539530

Color information

#539530 (or 0x539530) is unknown color: approx Limeade. HEX triplet: 53, 95 and 30. RGB value is (83,149,48). Sum of RGB (Red+Green+Blue) = 83+149+48=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #539530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539530 is #AC6ACF. Grayscale: #767676. Windows color (decimal): -11299536 or 3183955. OLE color: 3183955.

HSL color Cylindrical-coordinate representation of color #539530: hue angle of 99.21º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #539530 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB8314948-
CMYK0.4400.680.42
HSL99.21º51.27%38.63%-
HSV(B)99.21º67.79%58.43%-
XYZ14.8523.556.56-
YUV117.7588.63103.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 48 (19.14% from 255) = 17.14%
R=29.64%
G=53.21%
B=17.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83149480.4400.680.4299.2151.2738.63
Hex5395302C0442A633327
Octal12322560540104521436347
Binary101001110010101110000101100010001001010101100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539530; }

 p { color: rgb(83,149,48); }

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

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

 a { background-color: rgb(83,149,48); }

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

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

 span { border-color: rgb(83,149,48); }

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