#63BF35

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

Shades of Apple #63BF35

Tints of Apple #63BF35

Color information

#63BF35 (or 0x63BF35) is unknown color: approx Apple. HEX triplet: 63, BF and 35. RGB value is (99,191,53). Sum of RGB (Red+Green+Blue) = 99+191+53=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #63BF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63BF35 is #9C40CA. Grayscale: #949494. Windows color (decimal): -10240203 or 3522403. OLE color: 3522403.

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

Color convert

RGB9919153-
CMYK0.4800.720.25
HSL100º56.56%47.84%-
HSV(B)100º72.25%74.9%-
XYZ24.4240.179.83-
YUV147.7674.5293.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.86%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=28.86%
G=55.69%
B=15.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99191530.4800.720.2510056.5647.84
Hex63BF353004819643930
Octal14327765600110311447160
Binary11000111011111111010111000001001000110011100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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