#639934

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

Shades of Limeade #639934

Tints of Limeade #639934

Color information

#639934 (or 0x639934) is unknown color: approx Limeade. HEX triplet: 63, 99 and 34. RGB value is (99,153,52). Sum of RGB (Red+Green+Blue) = 99+153+52=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #639934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639934 is #9C66CB. Grayscale: #7D7D7D. Windows color (decimal): -10249932 or 3447139. OLE color: 3447139.

HSL color Cylindrical-coordinate representation of color #639934: hue angle of 92.08º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #639934 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB9915352-
CMYK0.3500.660.4
HSL92.08º49.27%40.2%-
HSV(B)92.08º66.01%60%-
XYZ17.1625.687.3-
YUV125.3486.61109.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.57%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=32.57%
G=50.33%
B=17.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153520.3500.660.492.0849.2740.2
Hex63993423042285c3128
Octal14323164430102501346150
Binary110001110011001110100100011010000101010001011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639934; }

 p { color: rgb(99,153,52); }

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

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

 a { background-color: rgb(99,153,52); }

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

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

 span { border-color: rgb(99,153,52); }

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