Html Css Color HEX #64AE57 Apple

📋 copy color: '#64AE57'

red 100 ◦ green 174 ◦ blue 87

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

Shades of Apple #64AE57

Tints of Apple #64AE57

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.2%

 BLUE value IS 87 (34.38% from 255) = 24.1%

R = 27.7%
G = 48.2%
B = 24.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#64AE57 (or 0x64AE57) is known color: Apple. HEX triplet: 64, AE and 57. RGB value is (100,174,87). Sum of RGB (Red+Green+Blue) = 100+174+87=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AE57 is #9B51A8. Grayscale: #8E8E8E. Windows color (decimal): -10178985 or 5746276. OLE color: 5746276.

HSL color Cylindrical-coordinate representation of color #64AE57: hue angle of 111.03º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64AE57 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 87 -
CMYK 0.43 0 0.5 0.32
HSL 111.03º 0.35% 0.51% -
HSV(B) 111.03º 0.5% 0.68% -
XYZ 22.11 33.67 14.35 -
YUV 141.96 96.98 98.07 -
System Red Green Blue C M Y K H S L
Decimal 100 174 87 0.43 0 0.5 0.32 111.03 0.35 0.51
Hex 64 AE 57 2B 0 32 20 6F 23 33
Octal 144 256 127 53 0 62 40 157 43 63
Binary 1100100 10101110 1010111 101011 0 110010 100000 1101111 100011 110011

Color Harmonies of #64AE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE57

Black with #64AE57

Text Example


Text Example

White with #64AE57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,87); }

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

background-color css

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

 a { background-color: rgb(100,174,87); }

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

border-color css

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

 span { border-color: rgb(100,174,87); }

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