#63B14D

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

Shades of Apple #63B14D

Tints of Apple #63B14D

Color information

#63B14D (or 0x63B14D) is unknown color: approx Apple. HEX triplet: 63, B1 and 4D. RGB value is (99,177,77). Sum of RGB (Red+Green+Blue) = 99+177+77=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #63B14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63B14D is #9C4EB2. Grayscale: #8E8E8E. Windows color (decimal): -10243763 or 5091683. OLE color: 5091683.

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

Color convert

RGB9917777-
CMYK0.4400.560.31
HSL106.8º39.37%49.8%-
HSV(B)106.8º56.5%69.41%-
XYZ22.2134.6312.54-
YUV142.2891.1697.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 77 (30.47% from 255) = 21.81%
R=28.05%
G=50.14%
B=21.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal99177770.4400.560.31106.839.3749.8
Hex63B14D2C0381F6b2732
Octal14326111554070371534762
Binary11000111011000110011011011000111000111111101011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,177,77); }

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

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

 a { background-color: rgb(99,177,77); }

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

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

 span { border-color: rgb(99,177,77); }

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