#65AB33

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

Shades of Limeade #65AB33

Tints of Limeade #65AB33

Color information

#65AB33 (or 0x65AB33) is unknown color: approx Limeade. HEX triplet: 65, AB and 33. RGB value is (101,171,51). Sum of RGB (Red+Green+Blue) = 101+171+51=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB33 is #9A54CC. Grayscale: #888888. Windows color (decimal): -10114253 or 3386213. OLE color: 3386213.

HSL color Cylindrical-coordinate representation of color #65AB33: hue angle of 95º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65AB33 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB10117151-
CMYK0.4100.700.33
HSL95º54.05%43.53%-
HSV(B)95º70.18%67.06%-
XYZ20.5332.138.25-
YUV136.3979.81102.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.27%
GREEN value IS 171 (67.19% from 255) = 52.94%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=31.27%
G=52.94%
B=15.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101171510.4100.700.339554.0543.53
Hex65AB3329046215f362c
Octal14525363510106411376654
Binary110010110101011110011101001010001101000011011111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,51); }

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

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

 a { background-color: rgb(101,171,51); }

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

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

 span { border-color: rgb(101,171,51); }

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