#63A82D

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

Shades of Limeade #63A82D

Tints of Limeade #63A82D

Color information

#63A82D (or 0x63A82D) is unknown color: approx Limeade. HEX triplet: 63, A8 and 2D. RGB value is (99,168,45). Sum of RGB (Red+Green+Blue) = 99+168+45=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #63A82D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A82D is #9C57D2. Grayscale: #858585. Windows color (decimal): -10246099 or 2992227. OLE color: 2992227.

HSL color Cylindrical-coordinate representation of color #63A82D: hue angle of 93.66º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63A82D is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB9916845-
CMYK0.4100.730.34
HSL93.66º57.75%41.76%-
HSV(B)93.66º73.21%65.88%-
XYZ19.6230.857.4-
YUV133.3578.14103.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 168 (66.02% from 255) = 53.85%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=31.73%
G=53.85%
B=14.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal99168450.4100.730.3493.6657.7541.76
Hex63A82D29049225e3a2a
Octal14325055510111421367252
Binary110001110101000101101101001010010011000101011110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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