#539725

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

Shades of Limeade #539725

Tints of Limeade #539725

Color information

#539725 (or 0x539725) is unknown color: approx Limeade. HEX triplet: 53, 97 and 25. RGB value is (83,151,37). Sum of RGB (Red+Green+Blue) = 83+151+37=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #539725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539725 is #AC68DA. Grayscale: #767676. Windows color (decimal): -11299035 or 2463571. OLE color: 2463571.

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

Color convert

RGB8315137-
CMYK0.4500.750.41
HSL95.79º60.64%36.86%-
HSV(B)95.79º75.5%59.22%-
XYZ14.9724.115.61-
YUV117.6782.47103.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.63%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=30.63%
G=55.72%
B=13.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal83151370.4500.750.4195.7960.6436.86
Hex5397252D04B29603d25
Octal12322745550113511407545
Binary101001110010111100101101101010010111010011100000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539725; }

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

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

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

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

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

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

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

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