#65A531

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

Shades of Limeade #65A531

Tints of Limeade #65A531

Color information

#65A531 (or 0x65A531) is unknown color: approx Limeade. HEX triplet: 65, A5 and 31. RGB value is (101,165,49). Sum of RGB (Red+Green+Blue) = 101+165+49=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #65A531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A531 is #9A5ACE. Grayscale: #858585. Windows color (decimal): -10115791 or 3253605. OLE color: 3253605.

HSL color Cylindrical-coordinate representation of color #65A531: hue angle of 93.1º 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 #65A531 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB10116549-
CMYK0.3900.700.35
HSL93.1º54.21%41.96%-
HSV(B)93.1º70.3%64.71%-
XYZ19.3829.97.66-
YUV132.6480.8105.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=32.06%
G=52.38%
B=15.56%

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
Decimal101165490.3900.700.3593.154.2141.96
Hex65A53127046235d362a
Octal14524561470106431356652
Binary110010110100101110001100111010001101000111011101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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