#63961C

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

Shades of Limeade #63961C

Tints of Limeade #63961C

Color information

#63961C (or 0x63961C) is unknown color: approx Limeade. HEX triplet: 63, 96 and 1C. RGB value is (99,150,28). Sum of RGB (Red+Green+Blue) = 99+150+28=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 150 (58.98% from 255 or 54.15% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 150 - color contains mainly: green. Hex color #63961C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63961C is #9C69E3. Grayscale: #797979. Windows color (decimal): -10250724 or 1873507. OLE color: 1873507.

HSL color Cylindrical-coordinate representation of color #63961C: hue angle of 85.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63961C is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB9915028-
CMYK0.3400.810.41
HSL85.08º68.54%34.9%-
HSV(B)85.08º81.33%58.82%-
XYZ16.2624.554.98-
YUV120.8475.6112.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 54.15%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=35.74%
G=54.15%
B=10.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150280.3400.810.4185.0868.5434.9
Hex63961C2205129554523
Octal143226344201215112510543
Binary110001110010110111001000100101000110100110101011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63961C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63961C; }

 p { color: rgb(99,150,28); }

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

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

 a { background-color: rgb(99,150,28); }

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

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

 span { border-color: rgb(99,150,28); }

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