#63C12F

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

Shades of Apple #63C12F

Tints of Apple #63C12F

Color information

#63C12F (or 0x63C12F) is unknown color: approx Apple. HEX triplet: 63, C1 and 2F. RGB value is (99,193,47). Sum of RGB (Red+Green+Blue) = 99+193+47=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #63C12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63C12F is #9C3ED0. Grayscale: #949494. Windows color (decimal): -10239697 or 3129699. OLE color: 3129699.

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

Color convert

RGB9919347-
CMYK0.4900.760.24
HSL98.63º60.83%47.06%-
HSV(B)98.63º75.65%75.69%-
XYZ24.73419.3-
YUV148.2570.8692.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 193 (75.78% from 255) = 56.93%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=29.20%
G=56.93%
B=13.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal99193470.4900.760.2498.6360.8347.06
Hex63C12F3104C18633d2f
Octal14330157610114301437557
Binary11000111100000110111111000101001100110001100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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