#65A62E

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

Shades of Limeade #65A62E

Tints of Limeade #65A62E

Color information

#65A62E (or 0x65A62E) is unknown color: approx Limeade. HEX triplet: 65, A6 and 2E. RGB value is (101,166,46). Sum of RGB (Red+Green+Blue) = 101+166+46=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #65A62E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A62E is #9A59D1. Grayscale: #858585. Windows color (decimal): -10115538 or 3057253. OLE color: 3057253.

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

Color convert

RGB10116646-
CMYK0.3900.720.35
HSL92.5º56.6%41.57%-
HSV(B)92.5º72.29%65.1%-
XYZ19.530.247.39-
YUV132.8878.97105.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 166 (65.23% from 255) = 53.04%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=32.27%
G=53.04%
B=14.70%

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
Decimal101166460.3900.720.3592.556.641.57
Hex65A62E27048235c392a
Octal14524656470110431347152
Binary110010110100110101110100111010010001000111011100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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