#65A226

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

Shades of Limeade #65A226

Tints of Limeade #65A226

Color information

#65A226 (or 0x65A226) is unknown color: approx Limeade. HEX triplet: 65, A2 and 26. RGB value is (101,162,38). Sum of RGB (Red+Green+Blue) = 101+162+38=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 162 (63.67% from 255 or 53.82% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 162 - color contains mainly: green. Hex color #65A226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A226 is #9A5DD9. Grayscale: #828282. Windows color (decimal): -10116570 or 2531941. OLE color: 2531941.

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

Color convert

RGB10116238-
CMYK0.3800.770.36
HSL89.52º62%39.22%-
HSV(B)89.52º76.54%63.53%-
XYZ18.6428.756.4-
YUV129.6276.29107.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 162 (63.67% from 255) = 53.82%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=33.55%
G=53.82%
B=12.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101162380.3800.770.3689.526239.22
Hex65A2262604D245a3e27
Octal14524246460115441327647
Binary110010110100010100110100110010011011001001011010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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