#65A631

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

Shades of Limeade #65A631

Tints of Limeade #65A631

Color information

#65A631 (or 0x65A631) is unknown color: approx Limeade. HEX triplet: 65, A6 and 31. RGB value is (101,166,49). Sum of RGB (Red+Green+Blue) = 101+166+49=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #65A631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A631 is #9A59CE. Grayscale: #858585. Windows color (decimal): -10115535 or 3253861. OLE color: 3253861.

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

Color convert

RGB10116649-
CMYK0.3900.700.35
HSL93.33º54.42%42.16%-
HSV(B)93.33º70.48%65.1%-
XYZ19.5630.267.72-
YUV133.2380.47105.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 166 (65.23% from 255) = 52.53%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=31.96%
G=52.53%
B=15.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101166490.3900.700.3593.3354.4242.16
Hex65A63127046235d362a
Octal14524661470106431356652
Binary110010110100110110001100111010001101000111011101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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