#63961E

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

Shades of Limeade #63961E

Tints of Limeade #63961E

Color information

#63961E (or 0x63961E) is unknown color: approx Limeade. HEX triplet: 63, 96 and 1E. RGB value is (99,150,30). Sum of RGB (Red+Green+Blue) = 99+150+30=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #63961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63961E is #9C69E1. Grayscale: #797979. Windows color (decimal): -10250722 or 2004579. OLE color: 2004579.

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

Color convert

RGB9915030-
CMYK0.3400.800.41
HSL85.5º66.67%35.29%-
HSV(B)85.5º80%58.82%-
XYZ16.2924.565.11-
YUV121.0776.6112.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=35.48%
G=53.76%
B=10.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150300.3400.800.4185.566.6735.29
Hex63961E2205029564323
Octal143226364201205112610343
Binary110001110010110111101000100101000010100110101101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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