#63CF48

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

Shades of Apple #63CF48

Tints of Apple #63CF48

Color information

#63CF48 (or 0x63CF48) is unknown color: approx Apple. HEX triplet: 63, CF and 48. RGB value is (99,207,72). Sum of RGB (Red+Green+Blue) = 99+207+72=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #63CF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63CF48 is #9C30B7. Grayscale: #9F9F9F. Windows color (decimal): -10236088 or 4771683. OLE color: 4771683.

HSL color Cylindrical-coordinate representation of color #63CF48: hue angle of 108º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63CF48 is Cyan = 0.52, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB9920772-
CMYK0.5200.650.19
HSL108º58.44%54.71%-
HSV(B)108º65.22%81.18%-
XYZ28.6347.7513.84-
YUV159.3278.7284.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 207 (81.25% from 255) = 54.76%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=26.19%
G=54.76%
B=19.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99207720.5200.650.1910858.4454.71
Hex63CF4834041136c3a37
Octal143317110640101231547267
Binary110001111001111100100011010001000001100111101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,207,72); }

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

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

 a { background-color: rgb(99,207,72); }

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

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

 span { border-color: rgb(99,207,72); }

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