#65A726

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

Shades of Limeade #65A726

Tints of Limeade #65A726

Color information

#65A726 (or 0x65A726) is unknown color: approx Limeade. HEX triplet: 65, A7 and 26. RGB value is (101,167,38). Sum of RGB (Red+Green+Blue) = 101+167+38=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #65A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A726 is #9A58D9. Grayscale: #858585. Windows color (decimal): -10115290 or 2533221. OLE color: 2533221.

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

Color convert

RGB10116738-
CMYK0.4000.770.35
HSL90.7º62.93%40.2%-
HSV(B)90.7º77.25%65.49%-
XYZ19.5430.546.7-
YUV132.5674.63105.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 167 (65.62% from 255) = 54.58%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=33.01%
G=54.58%
B=12.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167380.4000.770.3590.762.9340.2
Hex65A7262804D235b3f28
Octal14524746500115431337750
Binary110010110100111100110101000010011011000111011011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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