#65A52E

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

Shades of Limeade #65A52E

Tints of Limeade #65A52E

Color information

#65A52E (or 0x65A52E) is unknown color: approx Limeade. HEX triplet: 65, A5 and 2E. RGB value is (101,165,46). Sum of RGB (Red+Green+Blue) = 101+165+46=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #65A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A52E is #9A5AD1. Grayscale: #848484. Windows color (decimal): -10115794 or 3056997. OLE color: 3056997.

HSL color Cylindrical-coordinate representation of color #65A52E: hue angle of 92.27º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65A52E is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB10116546-
CMYK0.3900.720.35
HSL92.27º56.4%41.37%-
HSV(B)92.27º72.12%64.71%-
XYZ19.3229.877.33-
YUV132.379.3105.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=32.37%
G=52.88%
B=14.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101165460.3900.720.3592.2756.441.37
Hex65A52E27048235c3829
Octal14524556470110431347051
Binary110010110100101101110100111010010001000111011100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A52E; }

 p { color: rgb(101,165,46); }

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

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

 a { background-color: rgb(101,165,46); }

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

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

 span { border-color: rgb(101,165,46); }

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