#63C045

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

Shades of Apple #63C045

Tints of Apple #63C045

Color information

#63C045 (or 0x63C045) is unknown color: approx Apple. HEX triplet: 63, C0 and 45. RGB value is (99,192,69). Sum of RGB (Red+Green+Blue) = 99+192+69=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #63C045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C045 is #9C3FBA. Grayscale: #969696. Windows color (decimal): -10239931 or 4571235. OLE color: 4571235.

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

Color convert

RGB9919269-
CMYK0.4800.640.25
HSL105.37º49.4%51.18%-
HSV(B)105.37º64.06%75.29%-
XYZ25.0740.7812.18-
YUV150.1782.1991.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.5%
GREEN value IS 192 (75.39% from 255) = 53.33%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=27.5%
G=53.33%
B=19.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99192690.4800.640.25105.3749.451.18
Hex63C0453004019693133
Octal143300105600100311516163
Binary110001111000000100010111000001000000110011101001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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