#63C13A

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

Shades of Apple #63C13A

Tints of Apple #63C13A

Color information

#63C13A (or 0x63C13A) is unknown color: approx Apple. HEX triplet: 63, C1 and 3A. RGB value is (99,193,58). Sum of RGB (Red+Green+Blue) = 99+193+58=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #63C13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C13A is #9C3EC5. Grayscale: #959595. Windows color (decimal): -10239686 or 3850595. OLE color: 3850595.

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

Color convert

RGB9919358-
CMYK0.4900.700.24
HSL101.78º53.78%49.22%-
HSV(B)101.78º69.95%75.69%-
XYZ24.9841.110.62-
YUV149.576.3691.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 193 (75.78% from 255) = 55.14%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=28.29%
G=55.14%
B=16.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99193580.4900.700.24101.7853.7849.22
Hex63C13A3104618663631
Octal14330172610106301466661
Binary11000111100000111101011000101000110110001100110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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