#63C145

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

Shades of Apple #63C145

Tints of Apple #63C145

Color information

#63C145 (or 0x63C145) is unknown color: approx Apple. HEX triplet: 63, C1 and 45. RGB value is (99,193,69). Sum of RGB (Red+Green+Blue) = 99+193+69=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #63C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C145 is #9C3EBA. Grayscale: #979797. Windows color (decimal): -10239675 or 4571491. OLE color: 4571491.

HSL color Cylindrical-coordinate representation of color #63C145: hue angle of 105.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #63C145 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB9919369-
CMYK0.4900.640.24
HSL105.48º50%51.37%-
HSV(B)105.48º64.25%75.69%-
XYZ25.2941.2212.25-
YUV150.7681.8691.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 193 (75.78% from 255) = 53.46%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=27.42%
G=53.46%
B=19.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99193690.4900.640.24105.485051.37
Hex63C1453104018693233
Octal143301105610100301516263
Binary110001111000001100010111000101000000110001101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,193,69); }

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

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

 a { background-color: rgb(99,193,69); }

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

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

 span { border-color: rgb(99,193,69); }

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