Html Css Color HEX #64AF3F Apple

📋 copy color: '#64AF3F'

red 100 ◦ green 175 ◦ blue 63

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

Shades of Apple #64AF3F

Tints of Apple #64AF3F

RGB

 RED value IS 100 (39.45% from 255) = 29.59%

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 29.59%
G = 51.78%
B = 18.64%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#64AF3F (or 0x64AF3F) is known color: Apple. HEX triplet: 64, AF and 3F. RGB value is (100,175,63). Sum of RGB (Red+Green+Blue) = 100+175+63=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 175 (68.75% from 255 or 51.78% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF3F is #9B50C0. Grayscale: #8C8C8C. Windows color (decimal): -10178753 or 4173668. OLE color: 4173668.

HSL color Cylindrical-coordinate representation of color #64AF3F: hue angle of 100.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64AF3F is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 63 -
CMYK 0.43 0 0.64 0.31
HSL 100.18º 0.47% 0.47% -
HSV(B) 100.18º 0.64% 0.69% -
XYZ 21.48 33.73 10.08 -
YUV 139.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 100 175 63 0.43 0 0.64 0.31 100.18 0.47 0.47
Hex 64 AF 3F 2B 0 40 1F 64 2F 2F
Octal 144 257 77 53 0 100 37 144 57 57
Binary 1100100 10101111 111111 101011 0 1000000 11111 1100100 101111 101111

Color Harmonies of #64AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF3F

Black with #64AF3F

Text Example


Text Example

White with #64AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AF3F; }

 p { color: rgb(100,175,63); }

 H1.HeaderClassName
 {
   color: #64AF3F;
 }
 .AnyTagClassName
 {
   color: #64AF3F;
 }
</style>

background-color css

<style>
 a { background-color: #64AF3F; }

 a { background-color: rgb(100,175,63); }

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

border-color css

<style>
 span { border-color: #64AF3F; }

 span { border-color: rgb(100,175,63); }

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