#65A238

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

Shades of Limeade #65A238

Tints of Limeade #65A238

Color information

#65A238 (or 0x65A238) is unknown color: approx Limeade. HEX triplet: 65, A2 and 38. RGB value is (101,162,56). Sum of RGB (Red+Green+Blue) = 101+162+56=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #65A238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A238 is #9A5DC7. Grayscale: #848484. Windows color (decimal): -10116552 or 3711589. OLE color: 3711589.

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

Color convert

RGB10116256-
CMYK0.3800.650.36
HSL94.53º48.62%42.75%-
HSV(B)94.53º65.43%63.53%-
XYZ1928.898.32-
YUV131.6885.29106.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.66%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=31.66%
G=50.78%
B=17.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101162560.3800.650.3694.5348.6242.75
Hex65A23826041245f312b
Octal14524270460101441376153
Binary110010110100010111000100110010000011001001011111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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