#63C02F

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

Shades of Apple #63C02F

Tints of Apple #63C02F

Color information

#63C02F (or 0x63C02F) is unknown color: approx Apple. HEX triplet: 63, C0 and 2F. RGB value is (99,192,47). Sum of RGB (Red+Green+Blue) = 99+192+47=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #63C02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C02F is #9C3FD0. Grayscale: #949494. Windows color (decimal): -10239953 or 3129443. OLE color: 3129443.

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

Color convert

RGB9919247-
CMYK0.4800.760.25
HSL98.48º60.67%46.86%-
HSV(B)98.48º75.52%75.29%-
XYZ24.5140.569.23-
YUV147.6671.1993.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 192 (75.39% from 255) = 56.80%
BLUE value IS 47 (18.75% from 255) = 13.91%
R=29.29%
G=56.80%
B=13.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99192470.4800.760.2598.4860.6746.86
Hex63C02F3004C19623d2f
Octal14330057600114311427557
Binary11000111100000010111111000001001100110011100010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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