Html Css Color HEX #64BA57 Apple

📋 copy color: '#64BA57'

red 100 ◦ green 186 ◦ blue 87

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

Shades of Apple #64BA57

Tints of Apple #64BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

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

R = 26.81%
G = 49.87%
B = 23.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#64BA57 (or 0x64BA57) is known color: Apple. HEX triplet: 64, BA and 57. RGB value is (100,186,87). Sum of RGB (Red+Green+Blue) = 100+186+87=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #64BA57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BA57 is #9B45A8. Grayscale: #959595. Windows color (decimal): -10175913 or 5749348. OLE color: 5749348.

HSL color Cylindrical-coordinate representation of color #64BA57: hue angle of 112.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64BA57 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 186 87 -
CMYK 0.46 0 0.53 0.27
HSL 112.12º 0.42% 0.54% -
HSV(B) 112.12º 0.53% 0.73% -
XYZ 24.53 38.52 15.16 -
YUV 149 93.01 93.05 -
System Red Green Blue C M Y K H S L
Decimal 100 186 87 0.46 0 0.53 0.27 112.12 0.42 0.54
Hex 64 BA 57 2E 0 35 1B 70 2A 36
Octal 144 272 127 56 0 65 33 160 52 66
Binary 1100100 10111010 1010111 101110 0 110101 11011 1110000 101010 110110

Color Harmonies of #64BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64BA57

Black with #64BA57

Text Example


Text Example

White with #64BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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