#659732

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

Shades of Limeade #659732

Tints of Limeade #659732

Color information

#659732 (or 0x659732) is unknown color: approx Limeade. HEX triplet: 65, 97 and 32. RGB value is (101,151,50). Sum of RGB (Red+Green+Blue) = 101+151+50=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #659732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659732 is #9A68CD. Grayscale: #7C7C7C. Windows color (decimal): -10119374 or 3315557. OLE color: 3315557.

HSL color Cylindrical-coordinate representation of color #659732: hue angle of 89.7º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #659732 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB10115150-
CMYK0.3300.670.41
HSL89.7º50.25%39.41%-
HSV(B)89.7º66.89%59.22%-
XYZ17.0125.136.97-
YUV124.5485.94111.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 151 (59.38% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=33.44%
G=50%
B=16.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101151500.3300.670.4189.750.2539.41
Hex65973221043295a3227
Octal14522762410103511326247
Binary110010110010111110010100001010000111010011011010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659732; }

 p { color: rgb(101,151,50); }

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

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

 a { background-color: rgb(101,151,50); }

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

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

 span { border-color: rgb(101,151,50); }

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