Html Css Color HEX #63AF48 Apple

📋 copy color: '#63AF48'

red 99 ◦ green 175 ◦ blue 72

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

Shades of Apple #63AF48

Tints of Apple #63AF48

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

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

R = 28.61%
G = 50.58%
B = 20.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#63AF48 (or 0x63AF48) is known color: Apple. HEX triplet: 63, AF and 48. RGB value is (99,175,72). Sum of RGB (Red+Green+Blue) = 99+175+72=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AF48 is #9C50B7. Grayscale: #8C8C8C. Windows color (decimal): -10244280 or 4763491. OLE color: 4763491.

HSL color Cylindrical-coordinate representation of color #63AF48: hue angle of 104.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63AF48 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 175 72 -
CMYK 0.43 0 0.59 0.31
HSL 104.27º 0.42% 0.48% -
HSV(B) 104.27º 0.59% 0.69% -
XYZ 21.65 33.78 11.51 -
YUV 140.53 89.32 98.38 -
System Red Green Blue C M Y K H S L
Decimal 99 175 72 0.43 0 0.59 0.31 104.27 0.42 0.48
Hex 63 AF 48 2B 0 3B 1F 68 2A 30
Octal 143 257 110 53 0 73 37 150 52 60
Binary 1100011 10101111 1001000 101011 0 111011 11111 1101000 101010 110000

Color Harmonies of #63AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AF48

Black with #63AF48

Text Example


Text Example

White with #63AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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