#63BF50

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

Shades of Apple #63BF50

Tints of Apple #63BF50

Color information

#63BF50 (or 0x63BF50) is unknown color: approx Apple. HEX triplet: 63, BF and 50. RGB value is (99,191,80). Sum of RGB (Red+Green+Blue) = 99+191+80=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #63BF50 is #9C40AF. Grayscale: #979797. Windows color (decimal): -10240176 or 5291875. OLE color: 5291875.

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

Color convert

RGB9919180-
CMYK0.4800.580.25
HSL109.73º46.44%53.14%-
HSV(B)109.73º58.12%74.9%-
XYZ25.2240.4914.08-
YUV150.8488.0291.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 191 (75% from 255) = 51.62%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=26.76%
G=51.62%
B=21.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99191800.4800.580.25109.7346.4453.14
Hex63BF503003A196e2e35
Octal14327712060072311565665
Binary11000111011111110100001100000111010110011101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,191,80); }

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

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

 a { background-color: rgb(99,191,80); }

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

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

 span { border-color: rgb(99,191,80); }

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