#63A035

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

Shades of Limeade #63A035

Tints of Limeade #63A035

Color information

#63A035 (or 0x63A035) is unknown color: approx Limeade. HEX triplet: 63, A0 and 35. RGB value is (99,160,53). Sum of RGB (Red+Green+Blue) = 99+160+53=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #63A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A035 is #9C5FCA. Grayscale: #818181. Windows color (decimal): -10248139 or 3514467. OLE color: 3514467.

HSL color Cylindrical-coordinate representation of color #63A035: hue angle of 94.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63A035 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB9916053-
CMYK0.3800.670.37
HSL94.21º50.23%41.76%-
HSV(B)94.21º66.87%62.75%-
XYZ18.3628.057.81-
YUV129.5684.79106.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=31.73%
G=51.28%
B=16.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99160530.3800.670.3794.2150.2341.76
Hex63A03526043255e322a
Octal14324065460103451366252
Binary110001110100000110101100110010000111001011011110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,53); }

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

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

 a { background-color: rgb(99,160,53); }

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

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

 span { border-color: rgb(99,160,53); }

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