#639D3C

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

Shades of Limeade #639D3C

Tints of Limeade #639D3C

Color information

#639D3C (or 0x639D3C) is unknown color: approx Limeade. HEX triplet: 63, 9D and 3C. RGB value is (99,157,60). Sum of RGB (Red+Green+Blue) = 99+157+60=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #639D3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D3C is #9C62C3. Grayscale: #808080. Windows color (decimal): -10248900 or 3972451. OLE color: 3972451.

HSL color Cylindrical-coordinate representation of color #639D3C: hue angle of 95.88º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #639D3C is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB9915760-
CMYK0.3700.620.38
HSL95.88º44.7%42.55%-
HSV(B)95.88º61.78%61.57%-
XYZ18.0227.098.55-
YUV128.689.28106.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.33%
GREEN value IS 157 (61.72% from 255) = 49.68%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=31.33%
G=49.68%
B=18.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99157600.3700.620.3895.8844.742.55
Hex639D3C2503E26602d2b
Octal1432357445076461405553
Binary11000111001110111110010010101111101001101100000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639D3C; }

 p { color: rgb(99,157,60); }

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

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

 a { background-color: rgb(99,157,60); }

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

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

 span { border-color: rgb(99,157,60); }

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