#65A438

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

Shades of Limeade #65A438

Tints of Limeade #65A438

Color information

#65A438 (or 0x65A438) is unknown color: approx Limeade. HEX triplet: 65, A4 and 38. RGB value is (101,164,56). Sum of RGB (Red+Green+Blue) = 101+164+56=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #65A438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A438 is #9A5BC7. Grayscale: #858585. Windows color (decimal): -10116040 or 3712101. OLE color: 3712101.

HSL color Cylindrical-coordinate representation of color #65A438: hue angle of 95º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65A438 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB10116456-
CMYK0.3800.660.36
HSL95º49.09%43.14%-
HSV(B)95º65.85%64.31%-
XYZ19.3629.68.44-
YUV132.8584.63105.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.46%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=31.46%
G=51.09%
B=17.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101164560.3800.660.369549.0943.14
Hex65A43826042245f312b
Octal14524470460102441376153
Binary110010110100100111000100110010000101001001011111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,164,56); }

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

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

 a { background-color: rgb(101,164,56); }

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

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

 span { border-color: rgb(101,164,56); }

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