#65A52C

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

Shades of Limeade #65A52C

Tints of Limeade #65A52C

Color information

#65A52C (or 0x65A52C) is unknown color: approx Limeade. HEX triplet: 65, A5 and 2C. RGB value is (101,165,44). Sum of RGB (Red+Green+Blue) = 101+165+44=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 165 (64.84% from 255 or 53.23% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 165 - color contains mainly: green. Hex color #65A52C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A52C is #9A5AD3. Grayscale: #848484. Windows color (decimal): -10115796 or 2925925. OLE color: 2925925.

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

Color convert

RGB10116544-
CMYK0.3900.730.35
HSL91.74º57.89%40.98%-
HSV(B)91.74º73.33%64.71%-
XYZ19.2829.867.13-
YUV132.0778.3105.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 165 (64.84% from 255) = 53.23%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=32.58%
G=53.23%
B=14.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101165440.3900.730.3591.7457.8940.98
Hex65A52C27049235c3a29
Octal14524554470111431347251
Binary110010110100101101100100111010010011000111011100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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