#61A52B

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

Shades of Limeade #61A52B

Tints of Limeade #61A52B

Color information

#61A52B (or 0x61A52B) is unknown color: approx Limeade. HEX triplet: 61, A5 and 2B. RGB value is (97,165,43). Sum of RGB (Red+Green+Blue) = 97+165+43=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #61A52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A52B is #9E5AD4. Grayscale: #838383. Windows color (decimal): -10377941 or 2860385. OLE color: 2860385.

HSL color Cylindrical-coordinate representation of color #61A52B: hue angle of 93.44º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61A52B is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB9716543-
CMYK0.4100.740.35
HSL93.44º58.65%40.78%-
HSV(B)93.44º73.94%64.71%-
XYZ18.8229.637.01-
YUV130.7678.47103.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 165 (64.84% from 255) = 54.10%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=31.80%
G=54.10%
B=14.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal97165430.4100.740.3593.4458.6540.78
Hex61A52B2904A235d3b29
Octal14124553510112431357351
Binary110000110100101101011101001010010101000111011101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A52B; }

 p { color: rgb(97,165,43); }

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

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

 a { background-color: rgb(97,165,43); }

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

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

 span { border-color: rgb(97,165,43); }

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