#63A530

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

Shades of Limeade #63A530

Tints of Limeade #63A530

Color information

#63A530 (or 0x63A530) is unknown color: approx Limeade. HEX triplet: 63, A5 and 30. RGB value is (99,165,48). Sum of RGB (Red+Green+Blue) = 99+165+48=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 165 (64.84% from 255 or 52.88% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 165 - color contains mainly: green. Hex color #63A530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A530 is #9C5ACF. Grayscale: #848484. Windows color (decimal): -10246864 or 3188067. OLE color: 3188067.

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

Color convert

RGB9916548-
CMYK0.4000.710.35
HSL93.85º54.93%41.76%-
HSV(B)93.85º70.91%64.71%-
XYZ19.1329.787.54-
YUV131.9380.63104.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 165 (64.84% from 255) = 52.88%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=31.73%
G=52.88%
B=15.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99165480.4000.710.3593.8554.9341.76
Hex63A53028047235e372a
Octal14324560500107431366752
Binary110001110100101110000101000010001111000111011110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,165,48); }

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

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

 a { background-color: rgb(99,165,48); }

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

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

 span { border-color: rgb(99,165,48); }

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