#65a227

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

Shades of Limeade #65A227

Tints of Limeade #65A227

Color information

#65A227 (or 0x65A227) is unknown color: approx Limeade. HEX triplet: 65, A2 and 27. RGB value is (101,162,39). Sum of RGB (Red+Green+Blue) = 101+162+39=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #65A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A227 is #9A5DD8. Grayscale: #828282. Windows color (decimal): -10116569 or 2597477. OLE color: 2597477.

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

Color convert

RGB10116239-
CMYK0.3800.760.36
HSL89.76º61.19%39.41%-
HSV(B)89.76º75.93%63.53%-
XYZ18.6528.756.49-
YUV129.7476.79107.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 162 (63.67% from 255) = 53.64%
BLUE value IS 39 (15.62% from 255) = 12.91%
R=33.44%
G=53.64%
B=12.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101162390.3800.760.3689.7661.1939.41
Hex65A2272604C245a3d27
Octal14524247460114441327547
Binary110010110100010100111100110010011001001001011010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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