#639F2D

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

Shades of Limeade #639F2D

Tints of Limeade #639F2D

Color information

#639F2D (or 0x639F2D) is unknown color: approx Limeade. HEX triplet: 63, 9F and 2D. RGB value is (99,159,45). Sum of RGB (Red+Green+Blue) = 99+159+45=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 159 (62.5% from 255 or 52.48% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 159 - color contains mainly: green. Hex color #639F2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F2D is #9C60D2. Grayscale: #808080. Windows color (decimal): -10248403 or 2989923. OLE color: 2989923.

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

Color convert

RGB9915945-
CMYK0.3800.720.38
HSL91.58º55.88%40%-
HSV(B)91.58º71.7%62.35%-
XYZ18.0227.646.87-
YUV128.0681.12107.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.67%
GREEN value IS 159 (62.5% from 255) = 52.48%
BLUE value IS 45 (17.97% from 255) = 14.85%
R=32.67%
G=52.48%
B=14.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159450.3800.720.3891.5855.8840
Hex639F2D26048265c3828
Octal14323755460110461347050
Binary110001110011111101101100110010010001001101011100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,159,45); }

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

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

 a { background-color: rgb(99,159,45); }

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

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

 span { border-color: rgb(99,159,45); }

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