Html Css Color HEX #64AC55 Apple

📋 copy color: '#64AC55'

red 100 ◦ green 172 ◦ blue 85

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

Shades of Apple #64AC55

Tints of Apple #64AC55

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.18%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 28.01%
G = 48.18%
B = 23.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#64AC55 (or 0x64AC55) is known color: Apple. HEX triplet: 64, AC and 55. RGB value is (100,172,85). Sum of RGB (Red+Green+Blue) = 100+172+85=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC55 is #9B53AA. Grayscale: #8C8C8C. Windows color (decimal): -10179499 or 5614692. OLE color: 5614692.

HSL color Cylindrical-coordinate representation of color #64AC55: hue angle of 109.66º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64AC55 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 85 -
CMYK 0.42 0 0.51 0.33
HSL 109.66º 0.34% 0.5% -
HSV(B) 109.66º 0.51% 0.67% -
XYZ 21.65 32.87 13.8 -
YUV 140.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 100 172 85 0.42 0 0.51 0.33 109.66 0.34 0.5
Hex 64 AC 55 2A 0 33 21 6E 22 32
Octal 144 254 125 52 0 63 41 156 42 62
Binary 1100100 10101100 1010101 101010 0 110011 100001 1101110 100010 110010

Color Harmonies of #64AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC55

Black with #64AC55

Text Example


Text Example

White with #64AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,85); }

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

background-color css

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

 a { background-color: rgb(100,172,85); }

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

border-color css

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

 span { border-color: rgb(100,172,85); }

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