#63af44

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

Shades of Apple #63AF44

Tints of Apple #63AF44

Color information

#63AF44 (or 0x63AF44) is unknown color: approx Apple. HEX triplet: 63, AF and 44. RGB value is (99,175,68). Sum of RGB (Red+Green+Blue) = 99+175+68=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF44 is #9C50BB. Grayscale: #8C8C8C. Windows color (decimal): -10244284 or 4501347. OLE color: 4501347.

HSL color Cylindrical-coordinate representation of color #63AF44: hue angle of 102.62º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63AF44 is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB9917568-
CMYK0.4300.610.31
HSL102.62º44.03%47.65%-
HSV(B)102.62º61.14%68.63%-
XYZ21.5233.7310.85-
YUV140.0887.3298.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 175 (68.75% from 255) = 51.17%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=28.95%
G=51.17%
B=19.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99175680.4300.610.31102.6244.0347.65
Hex63AF442B03D1F672c30
Octal14325710453075371475460
Binary11000111010111110001001010110111101111111100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63af44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,175,68); }

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

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

 a { background-color: rgb(99,175,68); }

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

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

 span { border-color: rgb(99,175,68); }

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