#639D2C

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

Shades of Limeade #639D2C

Tints of Limeade #639D2C

Color information

#639D2C (or 0x639D2C) is unknown color: approx Limeade. HEX triplet: 63, 9D and 2C. RGB value is (99,157,44). Sum of RGB (Red+Green+Blue) = 99+157+44=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 157 (61.72% from 255 or 52.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 157 - color contains mainly: green. Hex color #639D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D2C is #9C62D3. Grayscale: #7F7F7F. Windows color (decimal): -10248916 or 2923875. OLE color: 2923875.

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

Color convert

RGB9915744-
CMYK0.3700.720.38
HSL90.8º56.22%39.41%-
HSV(B)90.8º71.97%61.57%-
XYZ17.6626.956.65-
YUV126.7881.28108.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 157 (61.72% from 255) = 52.33%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=33%
G=52.33%
B=14.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99157440.3700.720.3890.856.2239.41
Hex639D2C25048265b3827
Octal14323554450110461337047
Binary110001110011101101100100101010010001001101011011111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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