Html Css Color HEX #63AF4F Apple

📋 copy color: '#63AF4F'

red 99 ◦ green 175 ◦ blue 79

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

Shades of Apple #63AF4F

Tints of Apple #63AF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.38%

R = 28.05%
G = 49.58%
B = 22.38%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#63AF4F (or 0x63AF4F) is known color: Apple. HEX triplet: 63, AF and 4F. RGB value is (99,175,79). Sum of RGB (Red+Green+Blue) = 99+175+79=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #63AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AF4F is #9C50B0. Grayscale: #8D8D8D. Windows color (decimal): -10244273 or 5222243. OLE color: 5222243.

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

Color convert

RGB 99 175 79 -
CMYK 0.43 0 0.55 0.31
HSL 107.5º 0.38% 0.5% -
HSV(B) 107.5º 0.55% 0.69% -
XYZ 21.89 33.88 12.78 -
YUV 141.33 92.82 97.81 -
System Red Green Blue C M Y K H S L
Decimal 99 175 79 0.43 0 0.55 0.31 107.5 0.38 0.5
Hex 63 AF 4F 2B 0 37 1F 6C 26 32
Octal 143 257 117 53 0 67 37 154 46 62
Binary 1100011 10101111 1001111 101011 0 110111 11111 1101100 100110 110010

Color Harmonies of #63AF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AF4F

Black with #63AF4F

Text Example


Text Example

White with #63AF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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