#65A735

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

Shades of Limeade #65A735

Tints of Limeade #65A735

Color information

#65A735 (or 0x65A735) is unknown color: approx Limeade. HEX triplet: 65, A7 and 35. RGB value is (101,167,53). Sum of RGB (Red+Green+Blue) = 101+167+53=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 167 (65.62% from 255 or 52.02% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 167 - color contains mainly: green. Hex color #65A735 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A735 is #9A58CA. Grayscale: #868686. Windows color (decimal): -10115275 or 3516261. OLE color: 3516261.

HSL color Cylindrical-coordinate representation of color #65A735: hue angle of 94.74º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65A735 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB10116753-
CMYK0.4000.680.35
HSL94.74º51.82%43.14%-
HSV(B)94.74º68.26%65.49%-
XYZ19.8330.668.24-
YUV134.2782.13104.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 167 (65.62% from 255) = 52.02%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=31.46%
G=52.02%
B=16.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167530.4000.680.3594.7451.8243.14
Hex65A73528044235f342b
Octal14524765500104431376453
Binary110010110100111110101101000010001001000111011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,53); }

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

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

 a { background-color: rgb(101,167,53); }

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

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

 span { border-color: rgb(101,167,53); }

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