Html Css Color HEX #64AF45 Apple

📋 copy color: '#64AF45'

red 100 ◦ green 175 ◦ blue 69

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

Shades of Apple #64AF45

Tints of Apple #64AF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.06%

R = 29.07%
G = 50.87%
B = 20.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#64AF45 (or 0x64AF45) is known color: Apple. HEX triplet: 64, AF and 45. RGB value is (100,175,69). Sum of RGB (Red+Green+Blue) = 100+175+69=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF45 is #9B50BA. Grayscale: #8C8C8C. Windows color (decimal): -10178747 or 4566884. OLE color: 4566884.

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

Color convert

RGB 100 175 69 -
CMYK 0.43 0 0.61 0.31
HSL 102.45º 0.43% 0.48% -
HSV(B) 102.45º 0.61% 0.69% -
XYZ 21.66 33.8 11.01 -
YUV 140.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 100 175 69 0.43 0 0.61 0.31 102.45 0.43 0.48
Hex 64 AF 45 2B 0 3D 1F 66 2B 30
Octal 144 257 105 53 0 75 37 146 53 60
Binary 1100100 10101111 1000101 101011 0 111101 11111 1100110 101011 110000

Color Harmonies of #64AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF45

Black with #64AF45

Text Example


Text Example

White with #64AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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