Html Css Color HEX #63DC48 Apple

📋 copy color: '#63DC48'

red 99 ◦ green 220 ◦ blue 72

#63DC48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #63DC48

Tints of Apple #63DC48

RGB

 RED value IS 99 (39.06% from 255) = 25.32%

 GREEN value IS 220 (86.33% from 255) = 56.27%

 BLUE value IS 72 (28.52% from 255) = 18.41%

R = 25.32%
G = 56.27%
B = 18.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#63DC48 (or 0x63DC48) is known color: Apple. HEX triplet: 63, DC and 48. RGB value is (99,220,72). Sum of RGB (Red+Green+Blue) = 99+220+72=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #63DC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #63DC48 is #9C23B7. Grayscale: #A7A7A7. Windows color (decimal): -10232760 or 4775011. OLE color: 4775011.

HSL color Cylindrical-coordinate representation of color #63DC48: hue angle of 109.05º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #63DC48 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 220 72 -
CMYK 0.55 0 0.67 0.14
HSL 109.05º 0.68% 0.57% -
HSV(B) 109.05º 0.67% 0.86% -
XYZ 31.91 54.31 14.93 -
YUV 166.95 74.41 79.53 -
System Red Green Blue C M Y K H S L
Decimal 99 220 72 0.55 0 0.67 0.14 109.05 0.68 0.57
Hex 63 DC 48 37 0 43 E 6D 44 39
Octal 143 334 110 67 0 103 16 155 104 71
Binary 1100011 11011100 1001000 110111 0 1000011 1110 1101101 1000100 111001

Color Harmonies of #63DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63DC48

Black with #63DC48

Text Example


Text Example

White with #63DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63DC48;
 }
 .AnyTagClassName
 {
   color: #63DC48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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