#63BD3D

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

Shades of Apple #63BD3D

Tints of Apple #63BD3D

Color information

#63BD3D (or 0x63BD3D) is unknown color: approx Apple. HEX triplet: 63, BD and 3D. RGB value is (99,189,61). Sum of RGB (Red+Green+Blue) = 99+189+61=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #63BD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BD3D is #9C42C2. Grayscale: #939393. Windows color (decimal): -10240707 or 4046179. OLE color: 4046179.

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

Color convert

RGB9918961-
CMYK0.4800.680.26
HSL102.19º51.2%49.02%-
HSV(B)102.19º67.72%74.12%-
XYZ24.1939.3810.74-
YUV147.579.1893.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.37%
GREEN value IS 189 (74.22% from 255) = 54.15%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=28.37%
G=54.15%
B=17.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal99189610.4800.680.26102.1951.249.02
Hex63BD3D300441A663331
Octal14327575600104321466361
Binary11000111011110111110111000001000100110101100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,189,61); }

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

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

 a { background-color: rgb(99,189,61); }

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

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

 span { border-color: rgb(99,189,61); }

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