#63A62D

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

Shades of Limeade #63A62D

Tints of Limeade #63A62D

Color information

#63A62D (or 0x63A62D) is unknown color: approx Limeade. HEX triplet: 63, A6 and 2D. RGB value is (99,166,45). Sum of RGB (Red+Green+Blue) = 99+166+45=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 166 (65.23% from 255 or 53.55% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 166 - color contains mainly: green. Hex color #63A62D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A62D is #9C59D2. Grayscale: #848484. Windows color (decimal): -10246611 or 2991715. OLE color: 2991715.

HSL color Cylindrical-coordinate representation of color #63A62D: hue angle of 93.22º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63A62D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB9916645-
CMYK0.4000.730.35
HSL93.22º57.35%41.37%-
HSV(B)93.22º72.89%65.1%-
XYZ19.2630.117.28-
YUV132.1778.8104.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 166 (65.23% from 255) = 53.55%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=31.94%
G=53.55%
B=14.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99166450.4000.730.3593.2257.3541.37
Hex63A62D28049235d3929
Octal14324655500111431357151
Binary110001110100110101101101000010010011000111011101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A62D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A62D; }

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

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

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

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

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

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

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

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