#63A520

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

Shades of Limeade #63A520

Tints of Limeade #63A520

Color information

#63A520 (or 0x63A520) is unknown color: approx Limeade. HEX triplet: 63, A5 and 20. RGB value is (99,165,32). Sum of RGB (Red+Green+Blue) = 99+165+32=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #63A520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A520 is #9C5ADF. Grayscale: #828282. Windows color (decimal): -10246880 or 2139491. OLE color: 2139491.

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

Color convert

RGB9916532-
CMYK0.4000.810.35
HSL89.77º67.51%38.63%-
HSV(B)89.77º80.61%64.71%-
XYZ18.8629.676.1-
YUV130.172.63105.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 165 (64.84% from 255) = 55.74%
BLUE value IS 32 (12.89% from 255) = 10.81%
R=33.45%
G=55.74%
B=10.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal99165320.4000.810.3589.7767.5138.63
Hex63A52028051235a4427
Octal143245405001214313210447
Binary1100011101001011000001010000101000110001110110101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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