#639C2B

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

Shades of Limeade #639C2B

Tints of Limeade #639C2B

Color information

#639C2B (or 0x639C2B) is unknown color: approx Limeade. HEX triplet: 63, 9C and 2B. RGB value is (99,156,43). Sum of RGB (Red+Green+Blue) = 99+156+43=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #639C2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639C2B is #9C63D4. Grayscale: #7E7E7E. Windows color (decimal): -10249173 or 2858083. OLE color: 2858083.

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

Color convert

RGB9915643-
CMYK0.3700.720.39
HSL90.27º56.78%39.02%-
HSV(B)90.27º72.44%61.18%-
XYZ17.4726.66.5-
YUV126.0781.12108.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.22%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=33.22%
G=52.35%
B=14.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal99156430.3700.720.3990.2756.7839.02
Hex639C2B25048275a3927
Octal14323453450110471327147
Binary110001110011100101011100101010010001001111011010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,156,43); }

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

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

 a { background-color: rgb(99,156,43); }

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

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

 span { border-color: rgb(99,156,43); }

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