#609632

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

Shades of Limeade #609632

Tints of Limeade #609632

Color information

#609632 (or 0x609632) is unknown color: approx Limeade. HEX triplet: 60, 96 and 32. RGB value is (96,150,50). Sum of RGB (Red+Green+Blue) = 96+150+50=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #609632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609632 is #9F69CD. Grayscale: #7A7A7A. Windows color (decimal): -10447310 or 3315296. OLE color: 3315296.

HSL color Cylindrical-coordinate representation of color #609632: hue angle of 92.4º 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 #609632 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB9615050-
CMYK0.3600.670.41
HSL92.4º50%39.22%-
HSV(B)92.4º66.67%58.82%-
XYZ16.3124.536.89-
YUV122.4587.11109.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 150 (58.98% from 255) = 50.68%
BLUE value IS 50 (19.92% from 255) = 16.89%
R=32.43%
G=50.68%
B=16.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96150500.3600.670.4192.45039.22
Hex60963224043295c3227
Octal14022662440103511346247
Binary110000010010110110010100100010000111010011011100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609632; }

 p { color: rgb(96,150,50); }

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

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

 a { background-color: rgb(96,150,50); }

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

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

 span { border-color: rgb(96,150,50); }

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