#61A234

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

Shades of Limeade #61A234

Tints of Limeade #61A234

Color information

#61A234 (or 0x61A234) is unknown color: approx Limeade. HEX triplet: 61, A2 and 34. RGB value is (97,162,52). Sum of RGB (Red+Green+Blue) = 97+162+52=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #61A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61A234 is #9E5DCB. Grayscale: #828282. Windows color (decimal): -10378700 or 3449441. OLE color: 3449441.

HSL color Cylindrical-coordinate representation of color #61A234: hue angle of 95.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61A234 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB9716252-
CMYK0.4000.680.36
HSL95.45º51.4%41.96%-
HSV(B)95.45º67.9%63.53%-
XYZ18.4728.637.8-
YUV130.0283.97104.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=31.19%
G=52.09%
B=16.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal97162520.4000.680.3695.4551.441.96
Hex61A23428044245f332a
Octal14124264500104441376352
Binary110000110100010110100101000010001001001001011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,162,52); }

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

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

 a { background-color: rgb(97,162,52); }

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

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

 span { border-color: rgb(97,162,52); }

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