#65A127

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

Shades of Limeade #65A127

Tints of Limeade #65A127

Color information

#65A127 (or 0x65A127) is unknown color: approx Limeade. HEX triplet: 65, A1 and 27. RGB value is (101,161,39). Sum of RGB (Red+Green+Blue) = 101+161+39=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #65A127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A127 is #9A5ED8. Grayscale: #818181. Windows color (decimal): -10116825 or 2597221. OLE color: 2597221.

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

Color convert

RGB10116139-
CMYK0.3700.760.37
HSL89.51º61%39.22%-
HSV(B)89.51º75.78%63.14%-
XYZ18.4828.46.43-
YUV129.1577.12107.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 39 (15.62% from 255) = 12.96%
R=33.55%
G=53.49%
B=12.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101161390.3700.760.3789.516139.22
Hex65A1272504C255a3d27
Octal14524147450114451327547
Binary110010110100001100111100101010011001001011011010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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